WARN: Use matchDepNames instead of matchPackageNames #28753
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 problemThe other day we suddenly got this warning on our dependency dashboard: I don't understand why. In the docs for
But in the docs for
without really explaining what What is the difference between Is it just that we should use Logs (if relevant)Logs |
Replies: 1 comment 1 reply
|
|

matchPackageNamesmatches againstpackageName, whilematchDepNamesmatches againstdepName. In your case you could switch to matchDepNames=yarn or set matchPackageNames=@yarnpkg/cli