From 60fbce861cee064fb047c3b859567d2c3f30758d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D5=A1=C9=A8=D5=BC=C9=A2=D3=84=D5=A1=D6=85=D5=BC=C9=A2?= Date: Thu, 16 Nov 2023 18:25:18 +0800 Subject: [PATCH] fix(renovate): remove onlyNpm & enable it again --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 7963867b79..49a0412e63 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,6 @@ "extends": [ "config:base", ":dependencyDashboard", - ":onlyNpm", ":prConcurrentLimit20", ":autodetectPinVersions", ":label(renovate)", @@ -62,5 +61,5 @@ "assignees": [ "wingkwong" ], - "enabled": false + "enabled": true }