diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f73f35f6a013..bd3385a33409 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -169,6 +169,16 @@ 'org.snakeyaml:snakeyaml-engine' ], }, + { + // groovy 5+ requires Java 11+ + matchUpdateTypes: [ + 'major', + ], + enabled: false, + matchPackageNames: [ + 'org.apache.groovy:**' + ], + }, { // vaadin 14 tests require node 16 matchPackageNames: [