From 13e6b8ac237561d1d206b027c2a0bff0e38118a4 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Tue, 30 Jun 2020 17:54:58 +0900 Subject: [PATCH] enable maintainLockFilesWeekly --- renovate.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index c9ecfa7..b82c275 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,9 @@ { - "extends": ["config:base"], - "rangeStrategy": "update-lockfile", + "extends": [ + "config:base", + ":preserveSemverRanges", + ":maintainLockFilesWeekly" + ], "automerge": true, "requiredStatusChecks": null }