Skip to content

2.3.1

Compare
Choose a tag to compare
@suzuki-shunsuke suzuki-shunsuke released this 29 May 06:49
· 175 commits to main since this release
2.3.1
a28a80a

2.3.0...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.