From 2e84c710f290a7d4fa2a66adbe36ccb61747d06a Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Tue, 6 Aug 2024 17:25:36 -0400 Subject: [PATCH] Remove npm from renovate.json Signed-off-by: Yuri Shkuro --- renovate.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/renovate.json b/renovate.json index 7f08cbe3..6b35a88e 100644 --- a/renovate.json +++ b/renovate.json @@ -4,11 +4,6 @@ "labels": ["changelog:dependencies"], "suppressNotifications": ["prEditedNotification"], "packageRules": [ - { - "matchManagers": ["npm"], - "matchUpdateTypes": ["patch", "digest"], - "enabled": false - }, { "matchManagers": ["github-actions"], "groupName": "github-actions deps"