From 9a44960be70ac52bb820f76e6040092aabddb507 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Wed, 10 Feb 2021 10:52:33 +0300 Subject: [PATCH] another fix Signed-off-by: Vasiliy Tolstov --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c2327d90..32aa9942 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,8 @@ { "extends": [ - "config:base", + "config:base" + ], + "packageRules": [ { "groupName": "all deps", "separateMajorMinor": true,