fixing renovate
This commit is contained in:
parent
42351d38ae
commit
76849663b5
2 changed files with 13 additions and 19 deletions
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
|
||||||
"config:recommended"
|
|
||||||
],
|
|
||||||
"dependencyDashboard": true,
|
|
||||||
"dependencyDashboardTitle": "Renovate Dashboard",
|
|
||||||
"labels": ["renovatebot"],
|
|
||||||
"docker-compose": {
|
|
||||||
"ignorePaths": ["scripts"]
|
|
||||||
},
|
|
||||||
"hostRules": [
|
|
||||||
{
|
|
||||||
"matchHost": "docker.io",
|
|
||||||
"concurrentRequestLimit": 3
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -2,5 +2,17 @@
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
|
],
|
||||||
|
"dependencyDashboard": true,
|
||||||
|
"dependencyDashboardTitle": "Renovate Dashboard",
|
||||||
|
"labels": ["renovatebot"],
|
||||||
|
"docker-compose": {
|
||||||
|
"ignorePaths": ["scripts"]
|
||||||
|
},
|
||||||
|
"hostRules": [
|
||||||
|
{
|
||||||
|
"matchHost": "docker.io",
|
||||||
|
"concurrentRequestLimit": 3
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in a new issue