From d15933d38255d15bb0bdab6f7b53196beb72936b Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Tue, 9 Feb 2021 14:01:39 +0100 Subject: [PATCH] docs: shorten description allowedPostUpgradeCommands (#8603) --- lib/config/definitions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/definitions.ts b/lib/config/definitions.ts index ac213365a6..3f2bfe727a 100644 --- a/lib/config/definitions.ts +++ b/lib/config/definitions.ts @@ -102,7 +102,7 @@ const options: RenovateOptions[] = [ { name: 'allowedPostUpgradeCommands', description: - 'A list of regular expressions that determine which post-upgrade tasks are allowed. A task has to match at least one of the patterns to be allowed to run.', + 'A list of regular expressions that determine which post-upgrade tasks are allowed.', type: 'array', subType: 'string', default: [], -- GitLab