You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/01/24 14:16:58 UTC

(camel) 01/01: CAMEL-20366 - Dependabot: Define some exclusions in the yaml configuration - Vertx and log4j

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch CAMEL-20366
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 843aced86dba98f41f8e6ba7ce84fb48646f6c20
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 24 15:16:23 2024 +0100

    CAMEL-20366 - Dependabot: Define some exclusions in the yaml configuration - Vertx and log4j
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .github/dependabot.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 85374ffafcc..2e2744bf5cb 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -26,4 +26,9 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+    ignore:
+      # Quarkus related
+      - dependency-name: "io.vertx:*"
+      # Spring Boot Dependencies related
+      - dependency-name: "org.apache.logging.log4j:*"
     open-pull-requests-limit: 20