From 97d4c22ef7cf40a09845cb7e43b8512148e3bb1e Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 6 Dec 2021 12:42:58 +0100 Subject: [PATCH] docs: one sentence per line, fix grammar (#12971) --- docs/usage/configuration-options.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 803f13b7a2..d597344b6d 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -1775,16 +1775,17 @@ The `postUpgradeTasks` configuration consists of three fields: ### 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 -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 -Defaults to `update`, but can also be set to `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. +Defaults to `update`, but can also be set to `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