mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
26 lines
526 B
JSON
26 lines
526 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"automerge": true,
|
|
"automergeType": "pr",
|
|
"platformAutomerge": true
|
|
},
|
|
{
|
|
"matchPackageNames": ["/vuepress/"],
|
|
"groupName": "vuepress",
|
|
}
|
|
],
|
|
"npm": {
|
|
"separateMinorPatch": true
|
|
},
|
|
"schedule": ["after 10pm every weekday"],
|
|
"enabledManagers": ["dockerfile", "github-actions", "npm"],
|
|
"rangeStrategy": "bump",
|
|
"prHourlyLimit": 5,
|
|
"prConcurrentLimit": 99
|
|
}
|