mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-12-12 11:51:40 +08:00
25 lines
623 B
JSON
25 lines
623 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", "schedule:weekly"],
|
|
"minimumReleaseAge": "7 days",
|
|
"internalChecksFilter": "strict",
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["patch"],
|
|
"groupName": "patches after 7 days",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["minor"],
|
|
"excludePackageNames": ["vue", "echarts"],
|
|
"groupName": "minors after 7 days",
|
|
"automerge": false
|
|
},
|
|
{
|
|
"matchPackageNames": ["vue", "echarts"],
|
|
"matchUpdateTypes": ["minor"],
|
|
"automerge": false
|
|
}
|
|
]
|
|
}
|