30.0.0
renovate-release
released this
09 Dec 13:02
·
8711 commits
to main
since this release
30.0.0 (2021-12-09)
⚠ BREAKING CHANGES
- preset: Configurations extending config:base will now default to maximum 10 concurrent PRs instead of 20.
- config:
config.json
is no longer supported automatically for global config (onlyconfig.js
). ConfigureRENOVATE_CONFIG_FILE=/usr/src/app/config.json
if necessary. - config: Renovate will now fail if RENOVATE_CONFIG_FILE is specified without a file extension
- remove node v12 and v15 support
Features
- config: parse JSON5/YAML self-hosted admin config (#12644) (9aa97af)
- preset: decrease prConcurrentLimit to 10 (#12892) (ec6077d)
- remove node v12 and node v15 support (#12658) (7c4a71b)