diff --git a/.github/renovate.json5 b/.github/renovate.json5 index c9c0a9d97eba..b5c71e289dbd 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -159,6 +159,16 @@ 'com.github.tomakehurst:wiremock-jre8' ], }, + { + // vaadin 14 tests require node 16 + matchPackageNames: [ + 'node', + ], + matchUpdateTypes: [ + 'major', + ], + enabled: false, + }, { // intentionally using Spring Boot 2 in this smoke tests // new versions of Spring Boot 3 are tested with