From cad36c05ced1af6249330bd9a88a3f54fd026fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 6 Nov 2025 13:18:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E4=B8=BA=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=8C=85=E6=B7=BB=E5=8A=A0=20type-fest=EF=BC=8C=E4=BF=9D?= =?UTF-8?q?=E6=8C=81=E6=9C=80=E5=B0=8F=E5=8F=91=E5=B8=83=E5=B9=B4=E9=BE=84?= =?UTF-8?q?=E4=B8=BA=200=20=E5=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.json5 b/default.json5 index 51be335..977007d 100644 --- a/default.json5 +++ b/default.json5 @@ -54,7 +54,7 @@ { "groupName": "github-actions", "matchManagers": [ "github-actions" ] }, { "groupName": "Dockerfile", "matchManagers": [ "dockerfile" ] }, - { "groupName": "types", "matchPackageNames": [ "/^@types//" ], "minimumReleaseAge": "0 days" }, + { "groupName": "types", "matchPackageNames": [ "/^@types//", "type-fest" ], "minimumReleaseAge": "0 days" }, // https://grok.com/chat/68971467-db9f-4e92-b69f-e81431250d3b {