Skip to content

chore: add dependabot cooldown settings to mitigate ongoing supply chain attacks#607

Open
Tethik wants to merge 2 commits intomasterfrom
add-dependabot-cooldown
Open

chore: add dependabot cooldown settings to mitigate ongoing supply chain attacks#607
Tethik wants to merge 2 commits intomasterfrom
add-dependabot-cooldown

Conversation

@Tethik
Copy link
Copy Markdown

@Tethik Tethik commented Mar 31, 2026

Summary

Adds cooldown configuration to every package ecosystem in .github/dependabot.yml to reduce exposure to ongoing supply chain attacks by limiting how quickly compromised or malicious package versions can be automatically adopted.

  • default-days: 7 — general cooldown between updates
  • semver-major-days: 30 — slow down disruptive major bumps
  • semver-minor-days: 7 — moderate cadence for minor releases
  • semver-patch-days: 3 — quick turnaround for patch/security fixes

Test plan

  • Verify dependabot.yml is valid YAML after the change
  • Confirm all updates entries now contain a cooldown block

@Tethik Tethik requested review from a team and thall as code owners March 31, 2026 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant