From 651a6840da3f31b2194e6351a844e1d866a42b4f Mon Sep 17 00:00:00 2001 From: Andy Seaborne Date: Mon, 13 Jan 2025 11:09:35 +0000 Subject: [PATCH] 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 0fe8ef065ef..819d6305c89 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: