From dbfcd13fc58d1ad64ac39b8d6c03ee950decaf7e Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 7 Oct 2022 19:04:05 +0800 Subject: [PATCH] chore: Remove stability days from renovate --- renovate.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/renovate.json b/renovate.json index 86d2a300..619bbb26 100644 --- a/renovate.json +++ b/renovate.json @@ -14,10 +14,6 @@ { "matchUpdateTypes": ["minor", "patch", "pin", "digest"], "automerge": true - }, - { - "matchDatasources": ["npm"], - "stabilityDays": 3 } ], "dependencyDashboard": true,