mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 04:30:48 +08:00
简化 Lint 依赖项的匹配规则,移除多余的正则表达式
This commit is contained in:
@ -51,13 +51,7 @@
|
|||||||
// 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": [
|
"matchPackageNames": [ "/eslint/", "/oxlint/" ]
|
||||||
"/^eslint/",
|
|
||||||
"/^@eslint/",
|
|
||||||
"/^eslint-plugin-/",
|
|
||||||
"/^eslint-config-/",
|
|
||||||
"oxlint"
|
|
||||||
]
|
|
||||||
// "schedule": ["before 4am on Monday"],
|
// "schedule": ["before 4am on Monday"],
|
||||||
// "automerge": true
|
// "automerge": true
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user