mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 04:30:48 +08:00
为类型依赖项添加最低发布年龄限制,设置为 3 天
This commit is contained in:
@ -41,7 +41,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//" ] },
|
{ "groupName": "types", "matchPackageNames": [ "/^@types//" ], "minimumReleaseAge": "3 days" },
|
||||||
|
|
||||||
// https://grok.com/chat/68971467-db9f-4e92-b69f-e81431250d3b
|
// https://grok.com/chat/68971467-db9f-4e92-b69f-e81431250d3b
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user