From 4369eedfe5489c7fc6dcad749b736fff028532c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Wed, 9 Apr 2025 22:57:28 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 4afcdae2..a3cfe3bc 100644 --- a/renovate.json +++ b/renovate.json @@ -29,5 +29,7 @@ "automerge": true } ], - "ignoreDeps": [] + "ignoreDeps": [ + "github.com/libdns/libdns" + ] }