Skip to content

Commit e25228c

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 7a795ba commit e25228c

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
@@ -6,6 +6,8 @@ updates:
66
interval: "weekly"
77
time: "09:00"
88
timezone: "Europe/Berlin"
9+
cooldown:
10+
default-days: 7
911
open-pull-requests-limit: 5
1012
ignore:
1113
- dependency-name: "*"

0 commit comments

Comments
 (0)