Skip to content

Commit 9164f8e

Browse files
authored
Add groups and limit for GitHub Actions updates
1 parent 6b57fc3 commit 9164f8e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ updates:
66
interval: monthly
77
labels:
88
- github-actions
9-
9+
groups:
10+
github-actions:
11+
patterns:
12+
- "*"
13+
open-pull-requests-limit: 2
14+
1015
- package-ecosystem: npm
1116
directory: "/"
1217
schedule:

0 commit comments

Comments
 (0)