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

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


The following commit(s) were added to refs/heads/main by this push:
     new eabd728c8f Adjust Maven plugin inclusion pattern in Dependabot config
eabd728c8f is described below

commit eabd728c8f819124ff169478d15c601048c0cfaa
Author: James Netherton <[email protected]>
AuthorDate: Thu Apr 9 15:53:33 2026 +0100

    Adjust Maven plugin inclusion pattern in Dependabot config
---
 .github/dependabot.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5231d83eba..165d67a15d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -58,8 +58,7 @@ updates:
       - dependency-name: "com.microsoft.graph:microsoft-graph"
       - dependency-name: "com.microsoft.graph:microsoft-graph-auth"
       # Maven plugins
-      - dependency-name: "*:*-maven-plugin"
-      - dependency-name: "org.apache.maven.plugins:*"
+      - dependency-name: "*:*-plugin"
     ignore:
       # Maven plugins
       # Quarkus is upgraded manually

Reply via email to