Update .config/renovate.json
This commit is contained in:
parent
3bf19a5967
commit
33b7ef33d0
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
||||||
"dependencyDashboardTitle": "Renovate Dashboard",
|
"dependencyDashboardTitle": "Renovate Dashboard",
|
||||||
"labels": ["renovatebot"],
|
"labels": ["renovatebot"],
|
||||||
"docker-compose": {
|
"docker-compose": {
|
||||||
"ignorePaths": ["apps_old"]
|
"ignorePaths": ["scripts"]
|
||||||
},
|
},
|
||||||
"hostRules": [
|
"hostRules": [
|
||||||
{
|
{
|
||||||
"matchHost": "docker.io",
|
"matchHost": "docker.io",
|
||||||
"concurrentRequestLimit": 2
|
"concurrentRequestLimit": 3
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in a new issue