Skip to content

Commit

Permalink
Remove v0.13 branch from Renovate config
Browse files Browse the repository at this point in the history
Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Jul 26, 2024
1 parent a8315b5 commit bb98dc2
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"pruneStaleBranches": true,
"baseBranches": [
"main",
"v0.13"
],
"vulnerabilityAlerts": {
"enabled": true
Expand Down Expand Up @@ -109,19 +108,6 @@
"main"
]
},
{
// Do not allow any dependency updates into stable branches.
"enabled": false,
"groupName": "all go dependencies stable",
"groupSlug": "all-go-deps-stable",
"matchFiles": [
"go.mod",
"go.sum"
],
matchBaseBranches: [
"v0.13",
]
},
{
"enabled": false,
"matchPackageNames": [
Expand Down Expand Up @@ -158,40 +144,13 @@
"golang"
],
},
// Limit versions that are allowed for stable branches to patch version updates
{
"groupName": "golang stable",
"groupSlug": "golang-stable",
"matchPackageNames": [
"docker.io/library/golang",
"library/golang",
"go",
"golang"
],
"allowedVersions": "<1.22",
"matchBaseBranches": [
"v0.13"
],
},
{
"groupName": "alpine",
// Restrict the alpine version that can be used on stable branches
"matchPackageNames": [
"docker.io/library/alpine"
],
},
{
"groupName": "alpine stable",
"groupSlug": "alpine-stable",
// Restrict the alpine version that can be used on stable branches
"matchPackageNames": [
"docker.io/library/alpine"
],
"allowedVersions": "<3.20",
"matchBaseBranches": [
"v0.13"
]
},
{
// Group golangci-lint updates to overrule grouping of version updates in the GHA files.
// Without this, golangci-lint updates are not in sync for GHA files and other usages.
Expand All @@ -200,18 +159,6 @@
"golangci/golangci-lint"
]
},
{
// Do not allow any golangci-lint updates into stable branches.
"enabled": false,
"groupName": "golangci-lint stable",
"groupSlug": "golangci-lint-stable",
"matchDepNames": [
"golangci/golangci-lint"
],
"matchBaseBranches": [
"v0.13",
]
}
],
"regexManagers": [
{
Expand Down

0 comments on commit bb98dc2

Please sign in to comment.