Skip to content

Commit

Permalink
Update renovate to manage release-2.15 branch (grafana#10219)
Browse files Browse the repository at this point in the history
  • Loading branch information
chencs authored and bjorns163 committed Dec 30, 2024
1 parent 8b6807d commit fdeb436
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.14", "release-2.13"],
"baseBranches": ["main", "release-2.15", "release-2.14", "release-2.13"],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"schedule": ["before 9am on Monday"],
"packageRules": [
{
"matchBaseBranches": ["release-2.14", "release-2.13"],
"matchBaseBranches": ["release-2.15", "release-2.14", "release-2.13"],
"packagePatterns": ["*"],
"enabled": false
},
Expand Down

0 comments on commit fdeb436

Please sign in to comment.