From ac265f78858af0df4e9ace1c0f93b146db568d0c Mon Sep 17 00:00:00 2001 From: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com> Date: Tue, 2 May 2023 16:39:00 -0400 Subject: [PATCH] fix: Remove rate limit with authentication in renovate.json (#438) --- renovate.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/renovate.json b/renovate.json index 72701e84..8448d93d 100644 --- a/renovate.json +++ b/renovate.json @@ -13,10 +13,6 @@ "hostType": "docker", "username": "{{ env.DOCKERHUB_USERNAME }}", "password": "{{ env.DOCKERHUB_TOKEN }}" - }, - { - "matchHost": "docker.io", - "concurrentRequestLimit": 2 } ], "packageRules": [