From 6e065ff9e085c0be56cab3859edd91c1f9cebc66 Mon Sep 17 00:00:00 2001 From: Bacluc Date: Mon, 28 Feb 2022 17:39:32 +0100 Subject: [PATCH] docs: document automerge for vulnerabilityAlerts (#14442) --- docs/usage/configuration-options.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 032860d856..513de297c9 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -2740,11 +2740,16 @@ For example, to configure custom labels and assignees: { "vulnerabilityAlerts": { "labels": ["security"], + "automerge": true, "assignees": ["@rarkins"] } } ``` + +!!! warning + There's a small chance that an incorrect vulnerability alert could result in flapping/looping vulnerability fixes, so observe carefully if enabling `automerge`. + To disable the vulnerability alerts functionality completely, configure like this: ```json