How to ignore a specific package's dependency dashboard warning for Failed to look up
? The ignoreDeps
for the package still persists the warning
#30889
-
What would you like help with?I would like help with my configuration How are you running Renovate?Mend Renovate hosted app on github.com If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.No response Please tell us more about your question or problemI want to ignore a specific package's warning because I've been able to look it up using a When I use I want to still see other warnings, just not the warning for this particular package. Logs (if relevant)N/A |
Beta Was this translation helpful? Give feedback.
Answered by
rarkins
Aug 19, 2024
Replies: 1 comment 1 reply
-
Use a package rule to match against manager and packageName and then set enabled=false to prevent the lookup in the first place |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nitrocode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use a package rule to match against manager and packageName and then set enabled=false to prevent the lookup in the first place