diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 65eec95090b..91259f00dea 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -3,5 +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" + } }