24.0.0 (2020-12-11)
⚠ BREAKING CHANGES
- Package Rules will be evaluated in the order they are configured, instead of evaluating rules with updateTypes last.
- npm: The status check
renovate/unpublish-safe
will be replaced withrenovate/stability-days
. Please migrate any branch protection rules if you were relying onrenovate/unpublish-safe
.
Features
- http: Support for per-host http concurrency limits (#6983) (663117b)
- npm: migrate and deprecate unpublishSafe (#7464) (6f7b4af), closes #5265
Bug Fixes
- limits: Refactor hourly PR limit calculation (#7930) (683b87f)
- don’t prioritize updateTypes packageRules (#7897) (4202be9), closes #4482