From 69062f044cac3bdcefe185475d106ed458f09b67 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Sun, 22 Sep 2019 07:44:08 +0200 Subject: [PATCH] chore: no stability days for lock file maintenance --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 881b6d2dc6..7cf1aae32e 100644 --- a/renovate.json +++ b/renovate.json @@ -11,6 +11,7 @@ "lockFileMaintenance": { "enabled": true, "schedule": "at any time", + "stabilityDays": 0, "masterIssueApproval": true }, "postUpdateOptions": ["yarnDedupeHighest"], -- GitLab