0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2026-02-04 19:10:33 +08:00

feat(config): 为类型包添加 type-fest,保持最小发布年龄为 0 天

This commit is contained in:
严浩
2025-11-06 13:18:51 +08:00
parent 8ead14fc84
commit cad36c05ce

View File

@@ -54,7 +54,7 @@
{ "groupName": "github-actions", "matchManagers": [ "github-actions" ] }, { "groupName": "github-actions", "matchManagers": [ "github-actions" ] },
{ "groupName": "Dockerfile", "matchManagers": [ "dockerfile" ] }, { "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 // https://grok.com/chat/68971467-db9f-4e92-b69f-e81431250d3b
{ {