diff --git a/renovate.json5 b/renovate.json5 index 0193b347..0080c9c7 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -31,9 +31,11 @@ "enabled": false }, { - // somehow renovate gets confused by the android property in gradle.properties, - // so let's just exclude it and hopefully clean up the dashboard - "matchPackageNames": ["string:rum.version"], + // some strings that are picked up that should be ignored + "matchPackageNames": [ + "string:rum.version", + "docker-hub.repo.splunkdev.net/eclipse-temurin" + ], "enabled": false } ]