From ef664607b4482e6c9063f9a8014c56b1f1786e26 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Fri, 12 Feb 2021 11:48:09 +0300 Subject: [PATCH] automerge minor version updates Signed-off-by: Vasiliy Tolstov --- .github/renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index c1d5c214..52d29181 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,6 +3,10 @@ "config:base" ], "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch", "pin", "digest"], + "automerge": true + }, { "groupName": "all deps", "separateMajorMinor": true,