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

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


The following commit(s) were added to refs/heads/main by this push:
     new 497a48c0395 chore: provide dependabot configuration to update Maven 
plugins
497a48c0395 is described below

commit 497a48c0395385bedccfdea2f706d5cc417ce310
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Fri Dec 20 15:30:07 2024 +0100

    chore: provide dependabot configuration to update Maven plugins
    
    usually Maven plugin dependencies are automatically updated in Camel
    core and in fact we should be able to have different ones in most cases
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 .github/dependabot.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 5ace4600a1f..0b0026236ef 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,3 +4,9 @@ updates:
     directory: "/"
     schedule:
       interval: "weekly"
+  - package-ecosystem: maven
+    directory: /
+    schedule:
+      interval: weekly
+    allow:
+      - dependency-name: *-plugin

Reply via email to