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:57 UTC

(camel) branch CAMEL-20366 created (now 843aced86db)

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

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


      at 843aced86db CAMEL-20366 - Dependabot: Define some exclusions in the yaml configuration - Vertx and log4j

This branch includes the following new commits:

     new 843aced86db CAMEL-20366 - Dependabot: Define some exclusions in the yaml configuration - Vertx and log4j

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ac...@apache.org.
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