Skip to content

Commit

Permalink
renovate: add v1.2 to stable branches
Browse files Browse the repository at this point in the history
Signed-off-by: Kornilios Kourtis <[email protected]>
  • Loading branch information
kkourt committed Sep 5, 2024
1 parent dc45886 commit 159feb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@
"matchBaseBranches": [
"v1.0",
"v1.1",
"v1.2",
],
// postUpgradeTasks is only for when the Go module directives are bumped
"postUpgradeTasks": {
Expand Down Expand Up @@ -316,6 +317,7 @@
"matchBaseBranches": [
"v1.0",
"v1.1",
"v1.2",
]
},
{
Expand All @@ -325,6 +327,7 @@
"matchBaseBranches": [
"v1.0",
"v1.1",
"v1.2",
]
},
{
Expand All @@ -349,6 +352,7 @@
"allowedVersions": "/^1\\.22\\.[0-9]+-?(alpine)?$/",
"matchBaseBranches": [
"v1.1",
"v1.2",
]
},
// ignore deps section
Expand Down

0 comments on commit 159feb3

Please sign in to comment.