From 3748eb69898c768755e638c18e9e5c0fd5488f39 Mon Sep 17 00:00:00 2001 From: k8o <61353435+k35o@users.noreply.github.com> Date: Sun, 8 Sep 2024 15:33:25 +0900 Subject: [PATCH] =?UTF-8?q?pnpm=E3=81=A8node=E3=82=92=E5=90=AB=E3=82=81?= =?UTF-8?q?=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index e66f14f8..6e699843 100644 --- a/renovate.json +++ b/renovate.json @@ -14,6 +14,7 @@ { "matchUpdateTypes": ["minor", "patch"], "matchCurrentVersion": "!/^0/", + "matchPackageNames": ["!/^(pnpm|node)$/"], "groupName": "minor and patch dependencies" } ]