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:18:43 UTC

(camel) branch main updated: CAMEL-20366 - Dependabot: Define some exclusions in the yaml configuration - Vertx and log4j (#12895)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2e678bf2117 CAMEL-20366 - Dependabot: Define some exclusions in the yaml configuration - Vertx and log4j (#12895)
2e678bf2117 is described below

commit 2e678bf21178c34c1d5a029cf95042033a230d33
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 24 15:18:36 2024 +0100

    CAMEL-20366 - Dependabot: Define some exclusions in the yaml configuration - Vertx and log4j (#12895)
    
    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