Skip to content

Commit

Permalink
GH-2928: Group 'minor' for Apache Commons dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Jan 15, 2025
1 parent 3a9cfa0 commit ff9a9fe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

version: 2
updates:

- package-ecosystem: "maven"
directory: "/"
schedule:
Expand All @@ -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:
Expand Down

0 comments on commit ff9a9fe

Please sign in to comment.