Skip to content

Commit 776f4c6

Browse files
authored
chore(ci): Group together patch updates with dependabot (#21595)
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]>
1 parent 4617145 commit 776f4c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ updates:
1212
prefix: "chore(deps)"
1313
open-pull-requests-limit: 100
1414
groups:
15+
patches:
16+
applies-to: version-updates
17+
patterns:
18+
- "*"
19+
update-types:
20+
- "patch"
21+
1522
amq:
1623
patterns:
1724
- "amq-*"

0 commit comments

Comments
 (0)