Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit c9aefea

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 786159c commit c9aefea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ updates:
66
interval: "daily"
77
time: "08:00"
88
timezone: "Europe/Berlin"
9+
cooldown:
10+
default-days: 7
911
open-pull-requests-limit: 10
1012
ignore:
1113
- dependency-name: "*"
@@ -17,6 +19,8 @@ updates:
1719
interval: "daily"
1820
time: "08:00"
1921
timezone: "Europe/Berlin"
22+
cooldown:
23+
default-days: 7
2024
open-pull-requests-limit: 5
2125
ignore:
2226
- dependency-name: "*"

0 commit comments

Comments
 (0)