From 56c4f3d77835ff05ccdd464a5675aeaaebcd768c Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Thu, 19 Dec 2019 19:26:40 +0800 Subject: [PATCH] chore: update renovate config --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index f45d8f110..042ab22ce 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,3 @@ { - "extends": [ - "config:base" - ] + "extends": ["config:base", ":preserveSemverRanges"] }