From 0e69a904b51cc2fb0bc39897811f44cf92acad6f Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Tue, 2 Feb 2021 07:35:35 +0100 Subject: [PATCH] chore: set npm rangeStrategy in separate rule (#5075) --- .github/renovate.json5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0ddee186fa..4979a5bde2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -23,12 +23,15 @@ "groupName": "go.mod dependencies", "groupSlug": "go-mod-updates" }, + { + "datasources": ["npm"], + "rangeStrategy": "update-lockfile", + }, { "datasources": ["npm"], "updateTypes": ["patch", "minor"], "groupName": "npm dependencies", "groupSlug": "npm-updates", - "rangeStrategy": "update-lockfile", }, { // major updates do not create PRs automatically "updateTypes": ["major"],