Skip to content

Commit 7835856

Browse files
authored
Enable grouped Dependabot updates for minor and patch versions (excluding YARP) (#988)
Co-authored-by: Andy Waite <[email protected]>
1 parent 7bd2869 commit 7835856

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ updates:
99
labels:
1010
- "dependencies"
1111
- "ruby"
12+
groups:
13+
minor-and-patch:
14+
update-types:
15+
- 'minor'
16+
- 'patch'
17+
exclude-patterns:
18+
- 'yarp'

0 commit comments

Comments
 (0)