ci: add renovate support
This commit is contained in:
13
renovate.json
Normal file
13
renovate.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": ["config:recommended"],
|
||||
"enabledManagers": ["composer"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "php dependencies"
|
||||
}
|
||||
],
|
||||
"prConcurrentLimit": 100,
|
||||
"prHourlyLimit": 20,
|
||||
"branchConcurrentLimit": 100
|
||||
}
|
||||
Reference in New Issue
Block a user