26.0.0
·
10625 commits
to main
since this release
26.0.0 (2021-08-17)
⚠ BREAKING CHANGES
- Branches with double hyphens will be changed to single hyphens, which can result in some existing PRs being autoclosed and replacements opened.
- Renovate will now override any package manager cache locations configured in env variables.
- git-submodules: Git Submodules cloning now needs to be explicitly enabled.
- yarn: It is no longer supported to configure a "yarnrc" override in Renovate config
- gradle: Gradle extraction now defaults to JS-based parsing (previously "gradle-lite")
Features
- terraform: remove RENOVATE_X_TERRAFORM_LOCK_FILE flag and enable by default (#11264) (569bee6)
- add dependencyDashboard to config:base (13532ec)
- cache: allow caching of null values (#11014) (6a361c6)
- config: improve monorepo names (#10243) (685e108)
- git-submodules: default cloneSubmodules to false (#10514) (365ed05)
- go: Support GOPROXY (#9150) (edbe6ae)
- travis: remove supportPolicy (#11176) (123dc44)
- centralized cache directory (#10115) (0e91fda), closes #10094
- gradle: merge gradle-lite into gradle (#10132) (99eef28), closes #10091
- yarn: remove yarnrc config support (#10114) (2fe4946), closes #10113
Bug Fixes
- remove double hyphens from branch names (#11186) (8319b1d), closes #8260
- gradle: Use right path to fixtures (#11067) (058f01b)
Tests
Documentation
Miscellaneous Chores
- npm env settings style (960b64e)
- rename config/admin -> config/global (9150854)
- deps: update linters to v4.29.1 (#11292) (b42be6e)
- deps: update node.js to fe63fe8 (#11293) (fdb4acb)
- prepare v25 legacy releases (#11288) (6ab6fba)