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-mvnd.git


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

commit a9efc78bec0cdee7b9cd82b3c4dd0060d7a16126
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sat Jun 7 00:21:42 2025 +0200

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

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index bd0501c2..55d64da4 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -34,3 +34,13 @@ updates:
     target-branch: "mvnd-1.x"
     labels:
       - "backport"
+      - "dependencies"
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "mvnd-1.x"
+    labels:
+      - "backport"
+      - "dependencies"

Reply via email to