From 1ce40b23a8a5c1440a82e697eb959370f3bde389 Mon Sep 17 00:00:00 2001 From: Tam Mach Date: Mon, 9 Dec 2024 15:33:48 +1100 Subject: [PATCH] renovate: Pin ubuntu version for v1.30 branch This is related to the below comment. Ideally, we will be able to bump ubuntu version to 24.04 onlt when all Cilium stable releases are with 24.04. https://github.com/cilium/proxy/pull/1033#issuecomment-2526677354 --- .github/renovate.json5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 08e421b04..d202e3241 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -86,6 +86,18 @@ 'main', ], }, + { + matchFileNames: [ + 'Dockerfile', + ], + matchPackageNames: [ + 'docker.io/library/ubuntu', + ], + allowedVersions: '22.04', + matchBaseBranches: [ + 'v1.30', + ], + }, { enabled: false, matchFileNames: [