Skip to content

Commit 7613a6b

Browse files
committed
Group minor/patch PRs from dependabot
1 parent 9fb222f commit 7613a6b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/dependabot.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,42 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
groups:
8+
gradle-minors:
9+
applies-to: version-updates
10+
update-types:
11+
- "minor"
12+
- "patch"
13+
714
- package-ecosystem: "maven"
815
directory: "/"
916
schedule:
1017
interval: "daily"
18+
groups:
19+
maven-minors:
20+
applies-to: version-updates
21+
update-types:
22+
- "minor"
23+
- "patch"
24+
1125
- package-ecosystem: "github-actions"
1226
directory: "/"
1327
schedule:
1428
interval: "daily"
29+
groups:
30+
gha-core:
31+
applies-to: version-updates
32+
update-types:
33+
- "minor"
34+
- "patch"
35+
patterns:
36+
- "actions/*"
37+
gha-third-party:
38+
applies-to: version-updates
39+
update-types:
40+
- "minor"
41+
- "patch"
42+
patterns:
43+
- "*"
44+
exclude-patterns:
45+
- "actions/*"

0 commit comments

Comments
 (0)