From ab7b4c540e7426b2f973397be66d22ad33952b84 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Wed, 8 Oct 2025 00:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(renovate):=20add=20tencent?= =?UTF-8?q?yun.com=20to=20disabled=20package=20sources?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - extend disabled package sources list to include *.tencentyun.com/** --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 47af01a8b..39bf26c82 100644 --- a/renovate.json +++ b/renovate.json @@ -30,7 +30,8 @@ "matchPackageNames": [ "*.aliyuncs.com/**", "*.gitlab.cn/**", - "*.myhuaweicloud.com/**" + "*.myhuaweicloud.com/**", + "*.tencentyun.com/**" ], "enabled": false },