From 6bd2b3f5aaa04612c783d6424880a77701498346 Mon Sep 17 00:00:00 2001 From: Tam Mach Date: Wed, 11 Dec 2024 09:31:25 +1100 Subject: [PATCH] renovate: Pin golang 1.22 for v1.30 Signed-off-by: Tam Mach --- .github/renovate.json5 | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d202e3241..a51616581 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -122,6 +122,7 @@ { matchFileNames: [ 'Dockerfile.builder', + '.github/workflows/**' ], matchPackageNames: [ 'go', @@ -131,6 +132,19 @@ 'main', ], }, + { + matchFileNames: [ + 'Dockerfile.builder', + '.github/workflows/**' + ], + matchPackageNames: [ + 'go', + ], + allowedVersions: '<=1.22', + matchBaseBranches: [ + 'v1.30', + ], + }, { groupName: 'envoy 1.30.x', matchDepNames: [ @@ -151,19 +165,6 @@ 'main', ], }, - { - groupName: 'go 1.23.x', - matchFileNames: [ - '.github/workflows/**', - ], - matchPackageNames: [ - 'go', - ], - allowedVersions: '<=1.23', - matchBaseBranches: [ - 'main' - ], - }, ], customManagers: [ {