Skip to content

Commit

Permalink
renovate: Pin ubuntu version for v1.30 branch
Browse files Browse the repository at this point in the history
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.

#1033 (comment)
  • Loading branch information
sayboras committed Dec 9, 2024
1 parent e119b3d commit 1ce40b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,18 @@
'main',
],
},
{
matchFileNames: [
'Dockerfile',
],
matchPackageNames: [
'docker.io/library/ubuntu',
],
allowedVersions: '22.04',
matchBaseBranches: [
'v1.30',
],
},
{
enabled: false,
matchFileNames: [
Expand Down

0 comments on commit 1ce40b2

Please sign in to comment.