From 8f2dbeffd830b7f01e74590a5d7c3ab460033feb Mon Sep 17 00:00:00 2001 From: Mahe Tardy Date: Wed, 15 May 2024 09:58:15 +0200 Subject: [PATCH] renovate: add v1.1 in stable branches in config Some entries were missing from the v1.1 renovate config update (d7304ec722de2dae3fa558b213aeb95cdd06450b) and some unnecessary updates were showing up from renovate. Signed-off-by: Mahe Tardy --- .github/renovate.json5 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 172418df816..a9cccb9cf11 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -282,6 +282,7 @@ "matchPackagePatterns": ["*"], "matchBaseBranches": [ "v1.0", + "v1.1", ] }, { @@ -290,6 +291,7 @@ "matchPackageNames": ["docker.io/library/alpine"], "matchBaseBranches": [ "v1.0", + "v1.1", ] }, { @@ -301,7 +303,8 @@ ], "allowedVersions": "/^1\\.21\\.[0-9]+-?(alpine)?$/", "matchBaseBranches": [ - "v1.0" + "v1.0", + "v1.1", ] }, // ignore deps section @@ -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