Skip to content

Commit

Permalink
renovate: add v1.1 in stable branches in config
Browse files Browse the repository at this point in the history
Some entries were missing from the v1.1 renovate config update
(d7304ec) and some unnecessary updates
were showing up from renovate.

Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy authored and kkourt committed May 16, 2024
1 parent 39ba69c commit 8f2dbef
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@
"matchPackagePatterns": ["*"],
"matchBaseBranches": [
"v1.0",
"v1.1",
]
},
{
Expand All @@ -290,6 +291,7 @@
"matchPackageNames": ["docker.io/library/alpine"],
"matchBaseBranches": [
"v1.0",
"v1.1",
]
},
{
Expand All @@ -301,7 +303,8 @@
],
"allowedVersions": "/^1\\.21\\.[0-9]+-?(alpine)?$/",
"matchBaseBranches": [
"v1.0"
"v1.0",
"v1.1",
]
},
// ignore deps section
Expand All @@ -324,10 +327,6 @@
"matchUpdateTypes": [
"patch"
],
matchBaseBranches: [
"main",
"v1.0"
]
},
{
// do not allow any updates for major.minor for LVH, they will be done by maintainers
Expand Down

0 comments on commit 8f2dbef

Please sign in to comment.