Skip to content

Commit da10c9d

Browse files
Delay dependabot updates by 5 days (#41)
Wait 5 days to get updates. We hope supply chain attacks are detected before these 5 days.
1 parent d710938 commit da10c9d

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
@@ -8,6 +8,8 @@ updates:
88
github-actions:
99
patterns:
1010
- "*"
11+
cooldown:
12+
default-days: 5
1113
- package-ecosystem: "gomod"
1214
directory: "/"
1315
schedule:
@@ -16,3 +18,5 @@ updates:
1618
gomod:
1719
patterns:
1820
- "*"
21+
cooldown:
22+
default-days: 5

0 commit comments

Comments
 (0)