From 1da1bc4885ca57fb070ab527befdf1029f97c393 Mon Sep 17 00:00:00 2001 From: wwuck <301402+wwuck@users.noreply.github.com> Date: Tue, 14 Mar 2023 16:56:07 +1100 Subject: [PATCH] docs: reduce ambiguity in gitLabIgnoreApprovals docs (#20918) --- docs/usage/configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 6912e64938..4b4328cd6b 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -963,7 +963,7 @@ Example: Ignore the default project level approval(s), so that Renovate bot can automerge its merge requests, without needing approval(s). Under the hood, it creates a MR-level approval rule where `approvals_required` is set to `0`. -This option works only when `automerge=true`, `automergeType=pr` or `automergeType=branch` and `platformAutomerge=true`. +This option works only when `automerge=true`, `automergeType=pr` or `automergeType=branch`, and `platformAutomerge=true`. Also, approval rules overriding should not be [prevented in GitLab settings](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/settings.html#prevent-editing-approval-rules-in-merge-requests). ## golang -- GitLab