diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3d8605596..2dea5f562 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -85,6 +85,13 @@ "matchPackagePrefixes": ["org.openjdk.jmc"], "matchUpdateTypes": ["major"], "enabled": false + }, + { + // pinned version for compatibility + "matchFileNames": ["jmx-scraper/test-webapp/build.gradle.kts"], + "matchPackagePrefixes": ["jakarta.servlet:"], + "matchCurrentVersion": "5.0.0", + "enabled": false } ] }