Skip to content

Commit 8c210de

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 e01b4d0 commit 8c210de

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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
time: "08:00"
99
timezone: "Europe/Berlin"
10+
cooldown:
11+
default-days: 7
1012
open-pull-requests-limit: 5
1113

1214
- package-ecosystem: "composer"
@@ -15,6 +17,8 @@ updates:
1517
interval: "weekly"
1618
time: "08:00"
1719
timezone: "Europe/Berlin"
20+
cooldown:
21+
default-days: 7
1822
open-pull-requests-limit: 5
1923
groups:
2024
composer-prod-updates:

0 commit comments

Comments
 (0)