From 300220e142e1ee2e146771c2b6b1507f8940959d Mon Sep 17 00:00:00 2001 From: k8o <61353435+k35o@users.noreply.github.com> Date: Sun, 8 Sep 2024 13:51:46 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"pnpm=E3=81=A8node=E3=82=92=E5=90=AB?= =?UTF-8?q?=E3=82=81=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index eb7a78e..e66f14f 100644 --- a/renovate.json +++ b/renovate.json @@ -14,8 +14,7 @@ { "matchUpdateTypes": ["minor", "patch"], "matchCurrentVersion": "!/^0/", - "groupName": "minor and patch dependencies", - "ignoreDeps": ["pnpm", "node"] + "groupName": "minor and patch dependencies" } ] }