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

为 Lint 依赖项组添加 minimumReleaseAge 规则,设置为 3 天

This commit is contained in:
严浩
2025-04-28 22:45:31 +08:00
parent 8df281b2b1
commit aed82a6a4f

View File

@ -54,7 +54,8 @@
// https://grok.com/chat/68971467-db9f-4e92-b69f-e81431250d3b // https://grok.com/chat/68971467-db9f-4e92-b69f-e81431250d3b
{ {
"groupName": "Lint dependencies", "groupSlug": "lint", "groupName": "Lint dependencies", "groupSlug": "lint",
"matchPackageNames": [ "/eslint/", "/oxlint/" ] "matchPackageNames": [ "/eslint/", "/oxlint/" ],
"minimumReleaseAge": "3 days"
// "schedule": ["before 4am on Monday"], // "schedule": ["before 4am on Monday"],
// "automerge": true // "automerge": true
}, },