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

新增 unplugin 包组配置

This commit is contained in:
mini2024
2025-03-23 19:17:04 +08:00
parent c0061e4893
commit fb0a7feb61

View File

@ -45,18 +45,27 @@
// https://grok.com/chat/68971467-db9f-4e92-b69f-e81431250d3b
{
"groupName": "ESLint dependencies",
"groupName": "ESLint dependencies", "groupSlug": "eslint",
"matchPackagePatterns": [
"^eslint",
"^@eslint",
"eslint-plugin-*",
"eslint-config-*"
],
"groupSlug": "eslint"
]
// "schedule": ["before 4am on Monday"],
// "automerge": true
},
// https://grok.com/chat/d407656c-c0b6-445a-be83-a13c7c39ccba
{
"groupName": "unplugin packages",
"description": "Group all unplugin-related dependencies",
"matchPackagePatterns": ["^unplugin-"]
// "schedule": ["before 4am on Monday"]
// "automerge": true,
// "automergeType": "branch"
},
{ "minimumReleaseAge": "14 days", "matchPackageNames": [ "*" ] }
// major 更新需要人工确认