Skip to content

Commit

Permalink
Added config to group minor/patch version updates with eachother.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfitchett committed Dec 12, 2024
1 parent 746a20c commit 1b3a062
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,14 @@ updates:
schedule:
interval: "daily"
open-pull-requests-limit: 10
groups:
version-update:
applies-to: version-updates
update-types:
- "minor"
- "patch"
security:
applies-to: security-updates
update-types:
- "minor"
- "patch"

0 comments on commit 1b3a062

Please sign in to comment.