From 9a92e926bf98057ed188450067c251fc4e3ab8c7 Mon Sep 17 00:00:00 2001 From: Stefan <5585744+casdevs@users.noreply.github.com> Date: Wed, 4 Nov 2020 10:29:01 +0100 Subject: [PATCH] docs: document that updateTypes: ['patch'] only works/matches if separateMinorPatch is set to true (#7628) Co-authored-by: Rhys Arkins Co-authored-by: Jamie Magee --- docs/usage/configuration-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index 7a0e7479f2249c..7661e6cc53c9d4 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -1271,7 +1271,7 @@ For example to apply a special label for Major updates: ## patch Add to this object if you wish to define rules that apply only to patch updates. -See also `major` and `minor` configuration options. +Only applies if `separateMinorPatch` is set to true. ## php