From 399dadd52fb2bf5596c815b4f29701450901c6d1 Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Thu, 26 Dec 2024 12:59:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=BF=E9=87=8C=E4=BA=91=20Docker=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- .github/renovate.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 9ea25c8a..893ee854 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,19 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "docker": { - "enabled": true, - "registries": { - "ghcr.io": { - "url": "https://ghcr.io" - }, - "hub.docker.com": { - "url": "https://registry.hub.docker.com" - }, - "registry.cn-hangzhou.aliyuncs.com": { - "url": "https://registry.cn-hangzhou.aliyuncs.com" - } - } - }, "extends": [ "config:recommended" ],