mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 04:30:48 +08:00
在 default.json5 中为 ESLint 依赖项添加 "oxlint" 匹配规则
This commit is contained in:
@ -50,7 +50,8 @@
|
|||||||
"/^eslint/",
|
"/^eslint/",
|
||||||
"/^@eslint/",
|
"/^@eslint/",
|
||||||
"/^eslint-plugin-/",
|
"/^eslint-plugin-/",
|
||||||
"/^eslint-config-/"
|
"/^eslint-config-/",
|
||||||
|
"oxlint"
|
||||||
]
|
]
|
||||||
// "schedule": ["before 4am on Monday"],
|
// "schedule": ["before 4am on Monday"],
|
||||||
// "automerge": true
|
// "automerge": true
|
||||||
|
Reference in New Issue
Block a user