Skip to content

🤖 Add 7-day cooldown to Dependabot updates#67

Merged
WouterSioen merged 1 commit into
mainfrom
add-dependabot-cooldown
May 20, 2026
Merged

🤖 Add 7-day cooldown to Dependabot updates#67
WouterSioen merged 1 commit into
mainfrom
add-dependabot-cooldown

Conversation

@WouterSioen

Copy link
Copy Markdown
Member

Summary

  • Adds a cooldown: { default-days: 7 } block to each ecosystem entry in .github/dependabot.yml (composer)
  • Delays version updates by 7 days as a supply-chain-attack mitigation — malicious releases tend to be detected and yanked within days, so waiting reduces our exposure
  • Security updates bypass cooldown (per docs), so CVE fixes still flow immediately

Delay all version updates by 7 days to give time for malicious
package releases to be detected and yanked before Dependabot
proposes them. Security updates bypass cooldown and continue to
flow through immediately.
@codecov

codecov Bot commented May 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.01%. Comparing base (1e43c6a) to head (8be07ff).

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #67   +/-   ##
=========================================
  Coverage     97.01%   97.01%           
  Complexity       38       38           
=========================================
  Files             2        2           
  Lines           134      134           
=========================================
  Hits            130      130           
  Misses            4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@WouterSioen WouterSioen merged commit 096e0a2 into main May 20, 2026
9 checks passed
@WouterSioen WouterSioen deleted the add-dependabot-cooldown branch May 20, 2026 08:38
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