From 42d5d69aa6ba52c6671ed959065856a089cbd115 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 2 Oct 2020 09:55:04 +0200 Subject: [PATCH] chore: allow lockfile maintenance at any time --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 38f88e21..b05b2376 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,6 +9,7 @@ "prCreation": "not-pending", "lockFileMaintenance": { "enabled": true, + "schedule": null, "masterIssueApproval": true, "automerge": true },