feat(platform): Use uniform platformAutomerge option (#12069)
Existing `azureAutoComplete` and `gitLabAutomerge` options are now unified/renamed to `platformAutomerge`, and also defaulting to `true`. BREAKING CHANGE: Azure autocomplete will now only be enabled when `automerge` is also enabled (to align with how GitLab automerge already worked). If you were using `azureAutoComplete` before without explicitly enabling Renovate `automerge` field then you will now need to do so. Platform automerge is now the default behavior whenever automerge is enabled.
Showing
- docs/usage/configuration-options.md 10 additions, 12 deletionsdocs/usage/configuration-options.md
- lib/config/migration.spec.ts 50 additions, 0 deletionslib/config/migration.spec.ts
- lib/config/migration.ts 5 additions, 0 deletionslib/config/migration.ts
- lib/config/options/index.ts 6 additions, 13 deletionslib/config/options/index.ts
- lib/platform/azure/index.spec.ts 1 addition, 1 deletionlib/platform/azure/index.spec.ts
- lib/platform/azure/index.ts 1 addition, 1 deletionlib/platform/azure/index.ts
- lib/platform/gitlab/index.spec.ts 4 additions, 8 deletionslib/platform/gitlab/index.spec.ts
- lib/platform/gitlab/index.ts 1 addition, 1 deletionlib/platform/gitlab/index.ts
- lib/platform/types.ts 1 addition, 2 deletionslib/platform/types.ts
- lib/workers/global/config/parse/cli.spec.ts 12 additions, 5 deletionslib/workers/global/config/parse/cli.spec.ts
- lib/workers/global/config/parse/cli.ts 12 additions, 9 deletionslib/workers/global/config/parse/cli.ts
- lib/workers/global/config/parse/env.spec.ts 9 additions, 0 deletionslib/workers/global/config/parse/env.spec.ts
- lib/workers/global/config/parse/env.ts 21 additions, 1 deletionlib/workers/global/config/parse/env.ts
- lib/workers/pr/__snapshots__/index.spec.ts.snap 5 additions, 10 deletionslib/workers/pr/__snapshots__/index.spec.ts.snap
- lib/workers/pr/index.spec.ts 2 additions, 2 deletionslib/workers/pr/index.spec.ts
- lib/workers/pr/index.ts 7 additions, 5 deletionslib/workers/pr/index.ts
Loading
Please register or sign in to comment