From 1435d6d53c1433eb61698d2313567892e0b6796c Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Thu, 26 Dec 2024 16:21:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- .github/renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index fa79a8071..089a67b98 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -184,5 +184,14 @@ "allowedVersions": ">=2.0" } ], + "hostRules": [ + { + "matchHost": "registry.cn-hangzhou.aliyuncs.com", + "hostType": "docker", + "keepAlive": true, + "authType": "Token-Only", + "token": " " + } + ], "prCreation": "immediate" }