fix(renovate): add docker io rate limit

This commit is contained in:
SeanOMik 2024-01-22 19:52:27 -05:00
parent 67fcfc0b21
commit 8f08edd02a
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 6 additions and 0 deletions

View File

@ -31,5 +31,11 @@
"matchDatasources": ["helm"], "matchDatasources": ["helm"],
"addLabels": ["renovate/helm"] "addLabels": ["renovate/helm"]
} }
],
"hostRules": [
{
"matchHost": "docker.io",
"concurrentRequestLimit": 2
}
] ]
} }