Skip to content

Commit e960177

Browse files
Set Dependabot cooldown to 3 days (#3228)
Enforces the central supply-chain cooldown on `.github/dependabot.yml` (`cooldown.default-days = 3`) on every `updates:` entry. New dependency versions are held for this many days before Dependabot proposes a version update, so a compromised release has time to be detected. Security updates (published GHSA/CVE advisories) bypass the cooldown and are unaffected. Opened by the central [`dependabot-cooldown`](https://github.com/softwaremill/github-actions-workflows/blob/main/.github/workflows/dependabot-cooldown.yml) workflow. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e2c4588 commit e960177

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,3 +10,5 @@ updates:
1010
allow:
1111
- dependency-type: "direct"
1212
- dependency-type: "indirect"
13+
cooldown:
14+
default-days: 3

0 commit comments

Comments
 (0)