29.0.0 (2021-11-05)
⚠ BREAKING CHANGES
- automerge: Platform automerge is no longer enabled by default.
- go: Go modules lookups will now no longer fallback to Renovate native lookups if GOPROXY is configured and without "direct" explicitly configured.
- manager/regex: allow arbitrary regex groups for templates (#12296)
- config:
hostRules
are no longer automatically derived from env variables such asNPM_X_TOKEN
. SetdetectHostRulesFromEnv=true
in config to re-enable same functionality.
Features
- config: make host rule detection configurable and opt-in (#12294) (70700ee)
- manager/regex: allow arbitrary regex groups for templates (#12296) (1b84c52)
Bug Fixes
- automerge: default platformAutomerge to false (#12487) (2735ac3)
- go: Don't fallback if GOPROXY used (#12407) (f759f16)
Documentation
- improve descriptions (4eadba6)