Skip to content

Commit

Permalink
docs: shorten description allowedPostUpgradeCommands (#8603)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Feb 9, 2021
1 parent 5831db6 commit d15933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
Expand Down

0 comments on commit d15933d

Please sign in to comment.