mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 07:10:50 +08:00
为 Lint 依赖项组添加 lint-staged,设置 minimumReleaseAge 为 3 天
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
// https://grok.com/chat/68971467-db9f-4e92-b69f-e81431250d3b
|
||||
{
|
||||
"groupName": "Lint dependencies", "groupSlug": "lint",
|
||||
"matchPackageNames": [ "/eslint/", "/oxlint/", "/commitlint/" ],
|
||||
"matchPackageNames": [ "/eslint/", "/oxlint/", "/commitlint/", "lint-staged" ],
|
||||
"minimumReleaseAge": "3 days"
|
||||
// "schedule": ["before 4am on Monday"],
|
||||
// "automerge": true
|
||||
|
Reference in New Issue
Block a user