Skip to content

Commit

Permalink
Renovate: only maintain latest two minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chencs committed Jan 6, 2025
1 parent d53b4eb commit fb5e1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"extends": [
"config:base"
],
"baseBranches": ["main", "release-2.15", "release-2.14", "release-2.13"],
"baseBranches": ["main", "release-2.15", "release-2.14"],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"schedule": ["before 9am on Monday"],
"packageRules": [
{
"matchBaseBranches": ["release-2.15", "release-2.14", "release-2.13"],
"matchBaseBranches": ["release-2.15", "release-2.14"],
"packagePatterns": ["*"],
"enabled": false
},
Expand Down

0 comments on commit fb5e1d8

Please sign in to comment.