Skip to content

feat: add update cooldown to dependabot for supply-chain safety - #238

Merged
Morgy93 merged 1 commit into
mainfrom
chore/dependabot-cooldown
Aug 10, 2026
Merged

feat: add update cooldown to dependabot for supply-chain safety#238
Morgy93 merged 1 commit into
mainfrom
chore/dependabot-cooldown

Conversation

@Morgy93

@Morgy93 Morgy93 commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Wait 7 days after a minor/patch release and 14 days after a major release before opening update PRs. Gives the ecosystem time to catch and remove malicious releases (e.g. compromised packages, hijacked actions) before they land in the dependency graph.

Wait 7 days after a minor/patch release and 14 days after a major
release before opening update PRs. Gives the ecosystem time to catch
and remove malicious releases (e.g. compromised packages, hijacked
actions) before they land in the dependency graph.
Copilot AI lite review requested due to automatic review settings August 10, 2026 07:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s Dependabot configuration to introduce a release “cooldown” period before Dependabot opens version update PRs, reducing exposure to newly published (and potentially compromised) dependency releases.

Changes:

  • Added a 7-day default cooldown for Dependabot version updates.
  • Added a 14-day cooldown specifically for SemVer major updates.
  • Applied the same cooldown policy to both Composer dependencies and GitHub Actions updates.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@Morgy93
Morgy93 merged commit ac2d1ee into main Aug 10, 2026
21 checks passed
@Morgy93
Morgy93 deleted the chore/dependabot-cooldown branch August 10, 2026 07:21
@github-actions github-actions Bot mentioned this pull request Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants