Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@
prConcurrentLimit: 10,
prHourlyLimit: 2,

// Open CVE-flagged bumps immediately, off-schedule. Renovate reads
// GitHub's Dependabot alert feed for each repo and, on a hit, opens a
// PR the moment the alert appears — bypassing the Monday cron. Normal
// dep bumps still batch on the weekly cadence; security-flagged ones
// don't wait up to seven days. Depends on Dependabot Security Alerts
// being on at the org/repo level (Settings → Code security), which
// was already the standing policy before Renovate replaced Dependabot.
vulnerabilityAlerts: {
enabled: true,
labels: ["security"],
},

packageRules: [
{
description: "Bundle GitHub Actions bumps into one PR. Workflows pin actions to SHAs, so each PR carries the new tag-comment automatically. Repo-local packageRules append to this.",
Expand Down
Loading