"matchPackageNames" vs "matchDepName" - both seem to use "depName" anyway #20416
How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us what version of Renovate you run.34.129.0 If you're self-hosting Renovate, select which platform you are using.GitLab self-hosted If you're self-hosting Renovate, tell us what version of the platform you run.No response Was this something which used to work for you, and then stopped?I never saw this working QuestionAfter empirical tests I ask, as I've just spent some time trying to group dependencies from the Btw, in the end I used "matchManagers", but the question is still valid. Relevant debug logsLogsSample log file for maven-wrapper dependencies ( |
Replies: 1 comment 4 replies
|
matchPackageNames historically matches depName, but should match packageName instead. this will be changed in a future major version. you can already switch the behavior on self-hosted renovate via an experimental option https://docs.renovatebot.com/self-hosted-experimental/#renovate_x_match_package_names_more |
matchPackageNames historically matches depName, but should match packageName instead. this will be changed in a future major version.
you can already switch the behavior on self-hosted renovate via an experimental option
https://docs.renovatebot.com/self-hosted-experimental/#renovate_x_match_package_names_more