From cad67e95b1e8d5d00aee35b59fdc74a702f3ca25 Mon Sep 17 00:00:00 2001 From: Stefan <5585744+casdevs@users.noreply.github.com> Date: Mon, 2 Nov 2020 09:30:36 +0100 Subject: [PATCH] Update configuration-options.md --- docs/usage/configuration-options.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/usage/configuration-options.md b/docs/usage/configuration-options.md index ce1a0241021531..0ac4a432dea833 100644 --- a/docs/usage/configuration-options.md +++ b/docs/usage/configuration-options.md @@ -1152,9 +1152,12 @@ Use this field to match rules against types of updates. For example to apply a s } ``` +Update type `patch` only matches if `separateMinorPatch` is set to true. + ## 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