From bb1acc4d130263845fa0cdf2f076f5b33fd3f956 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 15 Nov 2024 23:29:15 +0100 Subject: [PATCH] disable weirdness for now --- .github/renovate.json5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" + // } }