Skip to content

chore: add minimum release age and vulnerability alerts to renovate config#1776

Merged
mschile merged 2 commits into
masterfrom
mschile/magical-colden-5fb0b8
May 27, 2026
Merged

chore: add minimum release age and vulnerability alerts to renovate config#1776
mschile merged 2 commits into
masterfrom
mschile/magical-colden-5fb0b8

Conversation

@mschile
Copy link
Copy Markdown
Collaborator

@mschile mschile commented May 27, 2026

Summary

  • Add a 7-day minimumReleaseAge for all dependencies to avoid pulling in potentially unstable new releases
  • Exempt the cypress package from this cooldown so updates are available immediately
  • Enable osvVulnerabilityAlerts for OSV vulnerability scanning
  • Add vulnerabilityAlerts config to bypass the 7-day cooldown for security fixes

Note

Low Risk
Only renovate.json policy changes; no runtime code, with faster paths for security and Cypress updates.

Overview
Renovate is configured to wait 7 days after a release before opening routine dependency update PRs, reducing churn from brand-new publishes.

OSV vulnerability alerts are turned on, and vulnerabilityAlerts sets minimumReleaseAge to 0 days so security-related updates are not held behind that cooldown.

A packageRules entry for cypress also sets minimumReleaseAge to 0 days, so Cypress updates can land immediately while other packages still use the global delay.

Reviewed by Cursor Bugbot for commit 625ebb0. Bugbot is set up for automated code reviews on this repo. Configure here.

mschile and others added 2 commits May 27, 2026 13:46
…onfig

Add a 7-day minimum release age for all dependencies to avoid
pulling in potentially unstable new releases. Exempt the cypress
package from this cooldown so updates are available immediately.

Enable OSV vulnerability alerts and bypass the cooldown period
for vulnerability fixes so they are addressed without delay.
@mschile mschile self-assigned this May 27, 2026
@mschile mschile requested review from AtofStryker and cacieprins May 27, 2026 19:57
@mschile mschile merged commit 65ccb9f into master May 27, 2026
99 of 100 checks passed
@mschile mschile deleted the mschile/magical-colden-5fb0b8 branch May 27, 2026 20:08
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.

2 participants