Skip to content

Commit cffb401

Browse files
committed
Add grouping and cooldown to Dependabot GH Actions updates
1 parent 115b104 commit cffb401

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
cooldown:
8+
default-days: 7
9+
groups:
10+
gh-actions:
11+
patterns:
12+
- "*"

0 commit comments

Comments
 (0)