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

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


The following commit(s) were added to refs/heads/master by this push:
     new d5aadeed Refresh Dependabot config
d5aadeed is described below

commit d5aadeed1f779cdc68d57b35e66bc3c8b4311671
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Fri Sep 13 00:06:29 2024 +0200

    Refresh Dependabot config
---
 .github/dependabot.yml | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d9b1e3e5..d6712a4d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,12 +16,21 @@
 #
 version: 2
 updates:
-- package-ecosystem: maven
-  directory: "/"
-  schedule:
-    interval: daily
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+
+  - package-ecosystem: maven
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "wagon-1.x"
+    labels:
+      - "mvn3"
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
 
-- package-ecosystem: "github-actions"
-  directory: "/"
-  schedule:
-    interval: daily

Reply via email to