diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 91259f00dea..6dae3a3b448 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -3,9 +3,9 @@ "extends": [ "config:recommended", "github>truecharts/public//.github/renovate/main.json5" - ], - "registryAliases": { - "registry-1.docker.io": "http://192.168.10.208:5000", - "docker.io": "http://192.168.10.208:5000" - } + ] + // "registryAliases": { + // "registry-1.docker.io": "http://192.168.10.208:5000", + // "docker.io": "http://192.168.10.208:5000" + // } }