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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new e90830280a Improve configuration for dependabot in 3.x branch
e90830280a is described below

commit e90830280a4eb28b21581c6a089b250410c5f0e2
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Fri Jun 6 22:48:30 2025 +0200

    Improve configuration for dependabot in 3.x branch
    
    - add 'dependencies' label
    - check GitHub Action in 3.x
---
 .github/dependabot.yml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 96ee1f9afc..098e0d129b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,16 +22,25 @@ updates:
     schedule:
       interval: "daily"
 
-  - package-ecosystem: maven
+  - package-ecosystem: "maven"
     directory: "/"
     schedule:
       interval: "daily"
     target-branch: "maven-3.9.x"
     labels:
       - "mvn3"
+      - "dependencies"
 
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
       interval: "daily"
 
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "maven-3.9.x"
+    labels:
+      - "mvn3"
+      - "dependencies"

Reply via email to