diff --git a/.github/renovate.json b/.github/renovate.json index fa79a807..089a67b9 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" }