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

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

commit 3ce80c71b75e73603e565e75cc5e08377d7cfa12
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue May 21 09:16:40 2024 +0200

    Jandex should be managed manually
---
 .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