From 8f08edd02ae6018895251ece34832b02f3adb9eb Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Mon, 22 Jan 2024 19:52:27 -0500 Subject: [PATCH] fix(renovate): add docker io rate limit --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index ce3856e..302ece5 100644 --- a/renovate.json +++ b/renovate.json @@ -31,5 +31,11 @@ "matchDatasources": ["helm"], "addLabels": ["renovate/helm"] } + ], + "hostRules": [ + { + "matchHost": "docker.io", + "concurrentRequestLimit": 2 + } ] }