From 02608ced18ea025717880f68d2157f1dc8854942 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:12:15 +0000 Subject: [PATCH] =?UTF-8?q?chore(renovate):=20npm=20=E3=81=A8=20GitHub=20A?= =?UTF-8?q?ctions=20=E3=82=92=E5=88=A5=E3=82=B0=E3=83=AB=E3=83=BC=E3=83=97?= =?UTF-8?q?=E3=81=AB=E5=88=86=E5=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: ara-ta3 <2089153+ara-ta3@users.noreply.github.com> --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 6768965..0419263 100644 --- a/renovate.json +++ b/renovate.json @@ -12,11 +12,15 @@ }, "packageRules": [ { - "groupName": "all-packages", + "groupName": "npm-packages", "matchPackageNames": [ "*" ] }, + { + "groupName": "github-actions", + "matchManagers": ["github-actions"] + }, { "matchPackageNames": ["pnpm"], "allowedVersions": "<11",