Skip to content

Commit 31d62fd

Browse files
maennchenjosevalim
authored andcommitted
Add cooldown to Dependabot configuration
Delay automatic dependency updates to allow time for discovery of regressions or supply-chain compromises in newly released versions. See: https://docs.zizmor.sh/audits/#dependabot-cooldown
1 parent 32d20fd commit 31d62fd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "weekly"
10+
cooldown:
11+
default-days: 7

0 commit comments

Comments
 (0)