Skip to content

Commit

Permalink
renovate: Update config for 1.31
Browse files Browse the repository at this point in the history
Signed-off-by: Tam Mach <[email protected]>
  • Loading branch information
sayboras committed Dec 18, 2024
1 parent 618d9f7 commit 72770c0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
pruneStaleBranches: true,
baseBranches: [
'main',
'v1.31',
'v1.30'
],
labels: [
Expand Down Expand Up @@ -57,6 +58,7 @@
],
matchBaseBranches: [
'main',
'v1.31',
'v1.30',
],
},
Expand All @@ -76,6 +78,7 @@
],
matchBaseBranches: [
'main',
'v1.31',
'v1.30',
],
},
Expand All @@ -90,6 +93,7 @@
allowedVersions: '22.04',
matchBaseBranches: [
'main',
'v1.31',
'v1.30',
],
},
Expand All @@ -113,6 +117,7 @@
allowedVersions: '<=1.23',
matchBaseBranches: [
'main',
'v1.31'
],
},
{
Expand Down Expand Up @@ -144,6 +149,16 @@
'envoyproxy/envoy',
],
allowedVersions: '<=1.31',
matchBaseBranches: [
'v1.31',
],
},
{
groupName: 'envoy 1.32.x',
matchDepNames: [
'envoyproxy/envoy',
],
allowedVersions: '<=1.32',
matchBaseBranches: [
'main',
],
Expand Down

0 comments on commit 72770c0

Please sign in to comment.