2.3.1
Bug Fixes
#588 Replace matchPackageNames with matchDepNames
https://docs.renovatebot.com/configuration-options/#matchpackagenames
matchPackageNames will try matching packageName first and then fall back to matching depName.
If the fallback is used, Renovate will log a warning, because the fallback will be removed in a future release.
Use matchDepNames instead.