From 5eb926c66f92cde5beb424bd3dd0431178813295 Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Sat, 12 Oct 2024 13:22:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E6=8E=A7=20=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- .github/renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index d022f7e4a..1210e9e0e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -144,6 +144,14 @@ ], "versionCompatibility": "^(?.*)-(?.*)$", "versioning": "semver" + }, + { + "matchDatasources": [ + "docker" + ], + "registryUrls": [ + "https://ghcr.io" + ] } ], "prCreation": "immediate"