Skip to content

Commit

Permalink
renovate: Pin golang 1.22 for v1.30
Browse files Browse the repository at this point in the history
Signed-off-by: Tam Mach <[email protected]>
  • Loading branch information
sayboras committed Dec 10, 2024
1 parent 9b9fa09 commit 6bd2b3f
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
{
matchFileNames: [
'Dockerfile.builder',
'.github/workflows/**'
],
matchPackageNames: [
'go',
Expand All @@ -131,6 +132,19 @@
'main',
],
},
{
matchFileNames: [
'Dockerfile.builder',
'.github/workflows/**'
],
matchPackageNames: [
'go',
],
allowedVersions: '<=1.22',
matchBaseBranches: [
'v1.30',
],
},
{
groupName: 'envoy 1.30.x',
matchDepNames: [
Expand All @@ -151,19 +165,6 @@
'main',
],
},
{
groupName: 'go 1.23.x',
matchFileNames: [
'.github/workflows/**',
],
matchPackageNames: [
'go',
],
allowedVersions: '<=1.23',
matchBaseBranches: [
'main'
],
},
],
customManagers: [
{
Expand Down

0 comments on commit 6bd2b3f

Please sign in to comment.