diff --git a/lib/config/definitions.ts b/lib/config/definitions.ts index ac213365a6a304a6b17b94016e3e3b0d94fd87cc..3f2bfe727a3e453d7185ff7412704de268514570 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: [],