diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 00be9c58d..92163103c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -124,6 +124,16 @@ 'envoyproxy/envoy', ], allowedVersions: '<=1.30', + matchBaseBranches: [ + 'v1.30', + ], + }, + { + groupName: 'envoy 1.31.x', + matchDepNames: [ + 'envoyproxy/envoy', + ], + allowedVersions: '<=1.31', matchBaseBranches: [ 'main', ],