From fb0a7feb6172d6c2e3a6ad05c37326f0e14a75aa Mon Sep 17 00:00:00 2001 From: mini2024 Date: Sun, 23 Mar 2025 19:17:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20unplugin=20=E5=8C=85?= =?UTF-8?q?=E7=BB=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json5 | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/default.json5 b/default.json5 index 704770c..fb85f5a 100644 --- a/default.json5 +++ b/default.json5 @@ -45,18 +45,27 @@ // https://grok.com/chat/68971467-db9f-4e92-b69f-e81431250d3b { - "groupName": "ESLint dependencies", + "groupName": "ESLint dependencies", "groupSlug": "eslint", "matchPackagePatterns": [ "^eslint", "^@eslint", "eslint-plugin-*", "eslint-config-*" - ], - "groupSlug": "eslint" + ] // "schedule": ["before 4am on Monday"], // "automerge": true }, + // https://grok.com/chat/d407656c-c0b6-445a-be83-a13c7c39ccba + { + "groupName": "unplugin packages", + "description": "Group all unplugin-related dependencies", + "matchPackagePatterns": ["^unplugin-"] + // "schedule": ["before 4am on Monday"] + // "automerge": true, + // "automergeType": "branch" + }, + { "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] } // major 更新需要人工确认