From 0ede237c279539dcc47f6051e3fc95402cc25a4e Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Mon, 21 Jul 2025 21:05:13 +0300 Subject: [PATCH] Disable major version update for wiremock --- .github/renovate.json5 | 10 ++++++++++ 1 file changed, 10 insertions(+) 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