0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 07:50:47 +08:00

为类型依赖项添加最低发布年龄限制,设置为 3 天

This commit is contained in:
严浩
2025-04-07 10:41:29 +08:00
parent ed992dd6e5
commit 804f597dc9

View File

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