Skip to content

Commit 641222d

Browse files
timdittleropencode
andcommitted
CI-1108: Add cooldown to Dependabot to mitigate supply-chain attacks
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 ae6c5a6 commit 641222d

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
@@ -10,6 +10,8 @@ updates:
1010
directory: "/"
1111
schedule:
1212
interval: "weekly"
13+
cooldown:
14+
default-days: 7
1315
labels:
1416
- "dependencies"
1517
registries:

0 commit comments

Comments
 (0)