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
11 changes: 11 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
// Supply-chain cooldown: wait before proposing a bump. Doubles as protection
// against the race where a release tag exists but its assets aren't uploaded yet.
minimumReleaseAge: "3 days",
// Vulnerability-fix PRs from GitHub's Dependabot alerts (the baseline keeps
// the alerts on for exactly this; Dependabot's OWN update PRs are off —
// Renovate is the one dependency bot). Stated explicitly, not left to the
// preset default, because `enabled: true` here is what reaches `// indirect`
// Go modules: the gomod manager disables indirect deps, and the alert path
// re-enables a dep only when this object says enabled. Fix PRs skip the
// cooldown above (a known-vulnerable version is the worse risk) and take
// the lowest fixed version, both Renovate defaults for this object.
vulnerabilityAlerts: {
enabled: true,
},
// `just do lint commits` enforces DCO on every PR range, bot commits included.
commitBody: "Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
// The update-aqua-checksum workflow pushes a fix-up commit onto Renovate's
Expand Down