Skip to content

Commit a1ae5e6

Browse files
committed
group minors in dependabot PRs
1 parent f0b8e57 commit a1ae5e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ updates:
55
schedule:
66
interval: monthly
77
time: '04:00'
8+
groups:
9+
minors:
10+
update-types:
11+
- 'minor'
12+
- 'patch'
813
open-pull-requests-limit: 10
914
labels:
1015
- dependencies

0 commit comments

Comments
 (0)