docs: one sentence per line, fix grammar (#12971)

This commit is contained in:
HonkingGoose 2021-12-06 12:42:58 +01:00 committed by GitHub
parent fbc6a23519
commit 97d4c22ef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1775,16 +1775,17 @@ The `postUpgradeTasks` configuration consists of three fields:
### commands ### commands
A list of commands that are executed after Renovate has updated a dependency but before the commit it made A list of commands that are executed after Renovate has updated a dependency but before the commit is made.
### fileFilters ### fileFilters
A list of glob-style matchers that determine which files will be included in the final commit made by Renovate A list of glob-style matchers that determine which files will be included in the final commit made by Renovate.
### executionMode ### executionMode
Defaults to `update`, but can also be set to `branch`. This sets the level the postUpgradeTask runs on, if set to `update` the postUpgradeTask Defaults to `update`, but can also be set to `branch`.
will be executed for every dependency on the branch. If set to `branch` the postUpgradeTask is executed for the whole branch. This sets the level the postUpgradeTask runs on, if set to `update` the postUpgradeTask will be executed for every dependency on the branch.
If set to `branch` the postUpgradeTask is executed for the whole branch.
## prBodyColumns ## prBodyColumns