0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2026-02-04 18:50:34 +08:00

fix(config): 调整 types 包组的最小发布年龄为 0 天

This commit is contained in:
严浩
2025-10-15 00:06:54 +08:00
parent 30104975bf
commit c1290835f4

View File

@@ -54,7 +54,7 @@
{ "groupName": "github-actions", "matchManagers": [ "github-actions" ] },
{ "groupName": "Dockerfile", "matchManagers": [ "dockerfile" ] },
{ "groupName": "types", "matchPackageNames": [ "/^@types//" ], "minimumReleaseAge": "1 days" },
{ "groupName": "types", "matchPackageNames": [ "/^@types//" ], "minimumReleaseAge": "0 days" },
// https://grok.com/chat/68971467-db9f-4e92-b69f-e81431250d3b
{