From eb57949f1904b5cba65d98f9b969912fbf8c6d91 Mon Sep 17 00:00:00 2001 From: Daniel Cousens <413395+dcousens@users.noreply.github.com> Date: Wed, 12 Jan 2022 12:59:28 +1100 Subject: [PATCH] another attempt at less noisy renovation strategy (#7186) --- renovate.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/renovate.json b/renovate.json index 7d14ab764d4..4819453a6e4 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,5 @@ { "extends": ["config:base"], - "ignorePaths": ["packages/build-field-tyes/__fixtures__/**/*"], "lockFileMaintenance": { "enabled": true }, "separateMinorPatch": false, "separateMajorMinor": true, @@ -16,13 +15,9 @@ "^slate" ], "enabled": false - }, - { - "updateTypes": ["patch"], - "groupName": "patch dependencies" } ], - "rangeStrategy": "update-lockfile", + "rangeStrategy": "replace", "schedule": ["before 7am on Tuesday", "before 7am on Wednesday"], "timezone": "Australia/Sydney", "updateNotScheduled": false