From 9169adda2626421aa029c69a69fdd981cb6151cf Mon Sep 17 00:00:00 2001 From: Tim Jacomb Date: Sat, 3 Aug 2024 16:56:06 +0100 Subject: [PATCH] Suppress other package causing warnings --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 38710897fbb3..a30cd370ca91 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -81,6 +81,12 @@ "matchDatasources": ["maven"], "enabled": false, "description": "maven-metadata.xml is missing for this really old package which is required by renovate" + }, + { + "matchPackageNames": ["org.maven.ide.eclipse:lifecycle-mapping"], + "matchDatasources": ["maven"], + "enabled": false, + "description": "see https://github.com/jenkinsci/jenkins/pull/9522" } ], "customManagers": [