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 63349b08a47 Jandex should be managed manually (#14204)
63349b08a47 is described below

commit 63349b08a4742aa51cc216dc272a2274136ffa51
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue May 21 09:19:56 2024 +0200

    Jandex should be managed manually (#14204)
---
 .github/dependabot.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2e2744bf5cb..509d1eb3654 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -29,6 +29,7 @@ updates:
     ignore:
       # Quarkus related
       - dependency-name: "io.vertx:*"
+      - dependency-name: "io.smallrye:jandex:*"
       # Spring Boot Dependencies related
       - dependency-name: "org.apache.logging.log4j:*"
     open-pull-requests-limit: 20

Reply via email to