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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git

commit ff9a9fe484c20b4272f4fa4c7c2b7a678db575b4
Author: Andy Seaborne <[email protected]>
AuthorDate: Mon Jan 13 11:09:35 2025 +0000

    GH-2928: Group 'minor' for Apache Commons dependencies
---
 .github/dependabot.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 0fe8ef065e..819d6305c8 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -2,6 +2,7 @@
 
 version: 2
 updates:
+
   - package-ecosystem: "maven"
     directory: "/"
     schedule:
@@ -11,13 +12,25 @@ updates:
       maven-patch-group:
         update-types:
         - "patch"
+        exclude-patterns:
+        - "org.apache.commons:*"
+        - "commons-*:*"
+      apache-commons-group:
+        patterns:
+        - "org.apache.commons:*"
+        - "commons-*:*"
+        update-types:
+        - "minor"
+
     open-pull-requests-limit: 10
+
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule: 
       interval: monthly
       day: "tuesday"
     open-pull-requests-limit: 10
+
   - package-ecosystem: "npm"
     directory: "/jena-fuseki2/jena-fuseki-ui"
     schedule:

Reply via email to