14 lines
313 B
JSON
14 lines
313 B
JSON
{
|
|
"extends": ["config:recommended"],
|
|
"enabledManagers": ["composer"],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "php dependencies"
|
|
}
|
|
],
|
|
"prConcurrentLimit": 100,
|
|
"prHourlyLimit": 20,
|
|
"branchConcurrentLimit": 100
|
|
}
|