Skip to content
Open
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
11 changes: 10 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>conforma/.github//config/renovate/renovate.json"
]
],
// Vulnerability/security fixes are already kept as standalone PRs and created
// immediately: Renovate internally forces `groupName: null` and ignores the
// daily `schedule` for vulnerability alerts via its built-in `force` block,
// which outranks user config — so an explicit ungrouping rule or a `schedule`
// override would be a no-op and is intentionally omitted.
// Here we only add labels so CVE-fix PRs are easy to spot and route.
"vulnerabilityAlerts": {
"labels": ["security", "renovate"]
}
}
Loading