Skip to content

Commit 96a9574

Browse files
authored
chore(dependabot): set cooldown to 5 days (#139)
Wait 5 days after an update is live before Dependabot pushes a PR with the update. This is done to mitigate supply chain attacks.
1 parent f99b06c commit 96a9574

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
@@ -7,6 +7,8 @@ updates:
77
interval: weekly
88
day: "monday"
99
time: "00:00"
10+
cooldown:
11+
default-days: 5
1012
reviewers:
1113
- 'Doist/backend'
1214
commit-message:
@@ -18,6 +20,8 @@ updates:
1820
interval: weekly
1921
day: "monday"
2022
time: "00:00"
23+
cooldown:
24+
default-days: 5
2125
reviewers:
2226
- 'Doist/backend'
2327
commit-message:

0 commit comments

Comments
 (0)