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
3 changes: 3 additions & 0 deletions config/renovate/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
// Branch configuration: process main branch and release branches from v0.6 onwards
"baseBranchPatterns": [ "main", "/^release-v0\\.(\\d{2,}|[6-9])$/", "/^release-v[1-9]\\d*\\.\\d+$/" ],

// Run go mod tidy after updating Go modules to prevent stale checksums in go.sum
"postUpdateOptions": ["gomodTidy"],

"packageRules": [
{
// Global rule: All major updates get special treatment
Expand Down
Loading