mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
docs: one sentence per line, fix grammar (#12971)
This commit is contained in:
parent
fbc6a23519
commit
97d4c22ef7
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue