From 9fb18b21a3b8af61ec241d00c572b90a6edc81eb Mon Sep 17 00:00:00 2001 From: Jason Plumb Date: Wed, 18 Oct 2023 14:01:14 -0700 Subject: [PATCH] add another package for renovate to ignore --- renovate.json5 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 } ]