diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 89c9b3c7a858..b25ca5d5543e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -143,6 +143,16 @@ ], enabled: false, }, + { + // wiremock 3+ requires Java 11+ + matchUpdateTypes: [ + 'major', + ], + enabled: false, + matchPackageNames: [ + 'com.github.tomakehurst:wiremock-jre8' + ], + }, { // intentionally using Spring Boot 2 in this smoke tests // new versions of Spring Boot 3 are tested with