Skip to content

Commit a8076bf

Browse files
committed
Enforce 4 day cooldown in dependabot cooldown
Signed-off-by: Caleb Xu <caxu@redhat.com>
1 parent bb06e5a commit a8076bf

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
@@ -6,6 +6,8 @@ updates:
66
directory: "/"
77
schedule:
88
interval: "weekly"
9+
cooldown:
10+
default-days: 4
911
groups:
1012
dev-dependencies:
1113
dependency-type: "development"
@@ -15,4 +17,6 @@ updates:
1517
directory: "/"
1618
schedule:
1719
interval: "weekly"
20+
cooldown:
21+
default-days: 4
1822

0 commit comments

Comments
 (0)