Skip to content

Commit

Permalink
apacheGH-2928: Group 'minor' for Apache Commons dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Jan 13, 2025
1 parent 762cd45 commit 83bfe96
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 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,14 +12,26 @@ 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"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
day: "tuesday"
open-pull-requests-limit: 10
- package-ecosystem: "npm"

- package-ecosystem: "npm"
directory: "/jena-fuseki2/jena-fuseki-ui"
schedule:
interval: "weekly"
Expand Down

0 comments on commit 83bfe96

Please sign in to comment.