From 9ff5596acafa48ee91ce7d66820fcc6c037148a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Wed, 9 Apr 2025 23:03:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=B4=E6=97=B6=E5=B1=8F=E8=94=BDlib?= =?UTF-8?q?dns=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index a3cfe3bc..7f62646b 100644 --- a/renovate.json +++ b/renovate.json @@ -30,6 +30,7 @@ } ], "ignoreDeps": [ - "github.com/libdns/libdns" + "github.com/libdns/libdns", + "github.com/libdns/cloudflare" ] }