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


The following commit(s) were added to refs/heads/master by this push:
     new 233d2700 Add 3.x branch to dependabot setup
233d2700 is described below

commit 233d2700ced5b246690bd3e5dd4740fa668bc899
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Oct 19 17:51:57 2025 +0200

    Add 3.x branch to dependabot setup
---
 .github/dependabot.yml | 30 ++++++++++--------------------
 1 file changed, 10 insertions(+), 20 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1fed810d..43464693 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,29 +16,19 @@
 #
 version: 2
 updates:
-  - package-ecosystem: maven
+
+  - package-ecosystem: "maven"
+    directory: "/"
+    schedule:
+      interval: "daily"
+
+  - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: daily
-      time: '04:00'
-    open-pull-requests-limit: 10
-    ignore:
-      # ignore Java 8+ dependencies
-      - dependency-name: org.mockito:mockito-core
-        versions:
-          - ">= 3.0"
-      - dependency-name: org.apache.commons:commons-lang3
-        versions:
-          - ">= 3.9"
-      - dependency-name: commons-io:commons-io
-        versions:
-          - ">= 2.7"
-      # Ignore Maven 3.2.1+
-      - dependency-name: 
org.apache.maven.plugin-testing:maven-plugin-testing-tools
-        versions:
-          - ">=3.2.0"
+      interval: "daily"
 
-  - package-ecosystem: github-actions
+  - package-ecosystem: "maven"
     directory: "/"
     schedule:
       interval: "daily"
+    target-branch: "maven-site-plugin-3.x"

Reply via email to