From 5062738d78f8bb043ea3f11140a2158df35da44b Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Thu, 13 Nov 2025 09:07:19 +0200 Subject: [PATCH] Prevent renovate from updating to groovy 5+ --- .github/renovate.json5 | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: [