Skip to content

Commit 863a883

Browse files
Add 7 day cooldown to Dependabot updates (#876)
1 parent 643b96c commit 863a883

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ updates:
1111
groups:
1212
all:
1313
patterns: ["*"]
14+
cooldown:
15+
default-days: 7
1416

1517
- package-ecosystem: "npm"
1618
directory: "/cdk"
@@ -29,3 +31,5 @@ updates:
2931
groups:
3032
all:
3133
patterns: ["*"]
34+
cooldown:
35+
default-days: 7

0 commit comments

Comments
 (0)