Skip to content

Commit a8174cc

Browse files
timdittleropencode
andauthored
CI-1108: Add cooldown to Dependabot to mitigate supply-chain attacks (#147)
Add a 7-day cooldown period before Dependabot updates dependencies. This helps protect against supply-chain attacks by ensuring new package versions have time to be vetted by the community before adoption. Co-authored-by: opencode <noreply@opencode.ai>
1 parent ebdbe34 commit a8174cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
cooldown:
13+
default-days: 7

0 commit comments

Comments
 (0)