Skip to content

Commit

Permalink
Use dependabot groups to cut down on all the separate PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Dec 2, 2023
1 parent 2f1621e commit b07b28b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,26 @@ updates:
schedule:
interval: "monthly"
open-pull-requests-limit: 10
groups:
upstream-libs:
patterns:
- "*"
exclude-patterns:
- "*capsule*"
- "*checkerframework*"
- "*maven.plugins*"
checker-framework:
patterns:
- "*checkerframework*"
maven-plugins:
patterns:
- "*maven.plugins*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "monthly"
groups:
gh-actions:
patterns:
- "*" # group all GH action upgrades in a single PR

0 comments on commit b07b28b

Please sign in to comment.