Skip to content

Commit

Permalink
docs: allowedPostUpgradeTasks -> allowedPostUpgradeCommands
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Apr 30, 2021
1 parent a9c9d56 commit fa838a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/configuration-options.md
Expand Up @@ -1540,7 +1540,7 @@ If enabled Renovate will pin Docker images by means of their SHA256 digest and n
Post-upgrade tasks are commands that are executed by Renovate after a dependency has been updated but before the commit is created.
The intention is to run any additional command line tools that would modify existing files or generate new files when a dependency changes.

Each command must match at least one of the patterns defined in `allowedPostUpgradeTasks` in order to be executed.
Each command must match at least one of the patterns defined in `allowedPostUpgradeCommands` (ad admin-only configuration option) in order to be executed.
If the list of allowed tasks is empty then no tasks will be executed.

e.g.
Expand Down

0 comments on commit fa838a5

Please sign in to comment.