Skip to content

Commit

Permalink
Update renovate.json to only maintain last two minor versions (#7799)
Browse files Browse the repository at this point in the history
  • Loading branch information
pr00se authored Apr 3, 2024
1 parent 07b4be0 commit e2c6049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"schedule": ["before 9am on Monday"],
"packageRules": [
{
"matchBaseBranches": ["release-2.12","release-2.11","release-2.10"],
"matchBaseBranches": ["release-2.12","release-2.11"],
"packagePatterns": ["*"],
"enabled": false
},
Expand Down

0 comments on commit e2c6049

Please sign in to comment.