Skip to content

Commit ab2f606

Browse files
committed
Align dependabot config to grouped updates
Reduce PR load. Will revert back to non-grouped updates if it becomes a problem.
1 parent f1ed8c2 commit ab2f606

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
version: 2
22
updates:
3-
- package-ecosystem: gradle
3+
- package-ecosystem: github-actions
44
directory: /
55
schedule:
66
interval: monthly
7-
open-pull-requests-limit: 99
8-
- package-ecosystem: github-actions
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"
11+
- package-ecosystem: gradle
912
directory: /
1013
schedule:
1114
interval: monthly
1215
groups:
13-
github-actions:
16+
gradle-deps:
1417
patterns:
1518
- "*"

0 commit comments

Comments
 (0)