From 72faf0e5c528d0787521f57f046e837473f2158d Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 9 Aug 2021 17:48:17 +0200 Subject: [PATCH] chore: disable lockfile maintenance [skip release] is incompatible with renovate --- renovate.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 535b6a566f..f1f94d0df5 100644 --- a/renovate.json +++ b/renovate.json @@ -4,8 +4,5 @@ ], "ignoreDeps": [ "docus" - ], - "lockFileMaintenance": { - "enabled": true - } + ] }