From bc5c73d606fe319405ae8e589d2595509dccc023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 26 Mar 2025 19:00:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20unplugin=20=E5=8C=85=E7=BB=84?= =?UTF-8?q?=E4=B8=AD=E6=96=B0=E5=A2=9E=20@intlify/unplugin-vue-i18n=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.json5 b/default.json5 index ed5a723..ce1ebd4 100644 --- a/default.json5 +++ b/default.json5 @@ -61,7 +61,8 @@ "groupName": "unplugin packages", "description": "Group all unplugin-related dependencies", "matchPackageNames": [ - "/^unplugin-/" + "/^unplugin-/", + "@intlify/unplugin-vue-i18n" ] // "schedule": ["before 4am on Monday"] // "automerge": true,