turn on osvVulnerabilityAlerts + vulnerabilityAlerts so vulnerable deps get their own PRs labeled security, instead of just riding along in the grouped non-major PR
vuln PRs still respect the 3 day minimumReleaseAge cooldown on purpose. bypassing it would let a compromised release (shai-hulud style) land the moment it publishes, which is worse than sitting on a known cve for 3 days
add abandonments:recommended so unmaintained packages get flagged early
add dependencies label plus prConcurrentLimit / prHourlyLimit of 5 so a first run on a stale repo doesn't dump 30 prs
no workflow behavior changes. schedule stays hourly, install stays as-is. just fixed the readme, which said every 6 hours while the cron was hourly
needs dependencies and security labels to exist on the repos (or org-wide), otherwise labeling just no-ops.
## Summary
* turn on `osvVulnerabilityAlerts` + `vulnerabilityAlerts` so vulnerable deps get their own PRs labeled `security`, instead of just riding along in the grouped non-major PR
* vuln PRs still respect the 3 day `minimumReleaseAge` cooldown on purpose. bypassing it would let a compromised release (shai-hulud style) land the moment it publishes, which is worse than sitting on a known cve for 3 days
* add `abandonments:recommended` so unmaintained packages get flagged early
* add `dependencies` label plus `prConcurrentLimit` / `prHourlyLimit` of 5 so a first run on a stale repo doesn't dump 30 prs
* no workflow behavior changes. schedule stays hourly, install stays as-is. just fixed the readme, which said every 6 hours while the cron was hourly
needs `dependencies` and `security` labels to exist on the repos (or org-wide), otherwise labeling just no-ops.
Keli Grubb
added 1 commit 2026-08-13 14:27:16 +00:00
Unpinning the CLI keeps the previous install behavior, and leaving
minimumReleaseAge in place for vulnerabilityAlerts means a malicious
release can't be pulled in immediately.
Keli Grubb
changed title from improve renovate: osv alerts, pin cli, slower cron to improve renovate: osv vulnerability alerts, abandonment reporting, slower cron2026-08-13 14:30:04 +00:00
Keli Grubb
added 1 commit 2026-08-13 14:31:15 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
osvVulnerabilityAlerts+vulnerabilityAlertsso vulnerable deps get their own PRs labeledsecurity, instead of just riding along in the grouped non-major PRminimumReleaseAgecooldown on purpose. bypassing it would let a compromised release (shai-hulud style) land the moment it publishes, which is worse than sitting on a known cve for 3 daysabandonments:recommendedso unmaintained packages get flagged earlydependencieslabel plusprConcurrentLimit/prHourlyLimitof 5 so a first run on a stale repo doesn't dump 30 prsneeds
dependenciesandsecuritylabels to exist on the repos (or org-wide), otherwise labeling just no-ops.improve renovate: osv alerts, pin cli, slower cronto improve renovate: osv vulnerability alerts, abandonment reporting, slower cronimprove renovate: osv vulnerability alerts, abandonment reporting, slower cronto improve renovate: osv vulnerability alerts, abandonment reporting, pr limits