Skip to content

Commit

Permalink
chore(ci): Group together patch updates with dependabot (#21595)
Browse files Browse the repository at this point in the history
Patch updates, per semvar, have a low risk of incompatibility and so I think they can all be grouped
together.

I was going to add `minor` here too, but for dependencies pre-1.0, minor updates can be breaking.
There is a dependabot issue asking for this behavior to change:
dependabot/dependabot-core#9647. Also some discussion about this on:
dependabot/dependabot-core#7795

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Oct 23, 2024
1 parent 4617145 commit 776f4c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ updates:
prefix: "chore(deps)"
open-pull-requests-limit: 100
groups:
patches:
applies-to: version-updates
patterns:
- "*"
update-types:
- "patch"

amq:
patterns:
- "amq-*"
Expand Down

0 comments on commit 776f4c6

Please sign in to comment.