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-resources-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 599ebfd  Enable dependabot for 3.x branch
599ebfd is described below

commit 599ebfd16057c321a408634fa0766a1bead3df08
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Mon Mar 17 20:33:15 2025 +0100

    Enable dependabot for 3.x branch
---
 .github/dependabot.yml | 35 ++++++++++++++++++++++-------------
 1 file changed, 22 insertions(+), 13 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 31bb4eb..51699ef 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,16 +16,25 @@
 #
 version: 2
 updates:
-- package-ecosystem: maven
-  directory: "/"
-  schedule:
-    interval: daily
-    time: '04:00'
-  open-pull-requests-limit: 10
-  ignore:
-    # Ignore Maven Core updates
-    - dependency-name: "org.apache.maven:*"
-- package-ecosystem: "github-actions"
-  directory: "/"
-  schedule:
-    interval: "daily"
+
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "maven-resources-plugin-3.x"
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    target-branch: "maven-resources-plugin-3.x"

Reply via email to