Skip to content

Commit

Permalink
renovate: Use allowedVersions to limit updates to stable branches
Browse files Browse the repository at this point in the history
Signed-off-by: Chance Zibolski <[email protected]>
  • Loading branch information
chancez authored and rolinh committed Oct 11, 2023
1 parent a86f64b commit 47bdfe2
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,7 @@
"go",
"golang"
],
"matchUpdateTypes": [
"patch",
"digest",
"pin",
"pinDigest"
],
"allowedVersions": "<=1.20",
"matchBaseBranches": [
"v0.12"
],
Expand All @@ -163,12 +158,7 @@
"matchPackageNames": [
"docker.io/library/alpine"
],
"matchUpdateTypes": [
"patch",
"digest",
"pin",
"pinDigest"
],
"allowedVersions": "<=3.18",
"matchBaseBranches": [
"v0.12"
]
Expand Down

0 comments on commit 47bdfe2

Please sign in to comment.