fix(renovate): add docker io rate limit
This commit is contained in:
parent
67fcfc0b21
commit
8f08edd02a
|
@ -31,5 +31,11 @@
|
||||||
"matchDatasources": ["helm"],
|
"matchDatasources": ["helm"],
|
||||||
"addLabels": ["renovate/helm"]
|
"addLabels": ["renovate/helm"]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"hostRules": [
|
||||||
|
{
|
||||||
|
"matchHost": "docker.io",
|
||||||
|
"concurrentRequestLimit": 2
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue