56d7a8155c
As outlined in: https://github.com/renovatebot/github-action
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"labels": ["dependencies", "renovate"],
|
|
"packageRules": [
|
|
{
|
|
"managers": ["pip_requirements"],
|
|
"updateTypes": ["minor", "patch"],
|
|
"automerge": false,
|
|
"groupName": "Python dependencies"
|
|
}
|
|
],
|
|
"prConcurrentLimit": 5,
|
|
"prHourlyLimit": 2
|
|
}
|