From 06187cc913b07ccffa97bc3bd37f77ff5b548f68 Mon Sep 17 00:00:00 2001 From: MK Date: Thu, 9 Jul 2026 17:13:07 +0800 Subject: [PATCH] chore: group all Vite+ packages in one Renovate PR vite-plus and the @voidzero-dev/vite-plus-* packages are published together at the same version, so update them in a single grouped PR instead of one PR per package. Refs #105 --- .github/renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index fd12818..44ef473 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,8 +9,9 @@ "addLabels": ["needs-bundle-rebuild"] }, { - "description": "vite-plus is the bundler; its updates can change dist/ output.", - "matchPackageNames": ["vite-plus"], + "description": "Group all Vite+ packages into a single PR; they are published together at the same version. vite-plus is the bundler, so its updates can change dist/ output.", + "groupName": "vite-plus", + "matchPackageNames": ["vite-plus", "@voidzero-dev/vite-plus-*"], "addLabels": ["needs-bundle-rebuild"] } ],