1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-24 10:41:42 +08:00

🔧 chore(renovate): add tencentyun.com to disabled package sources

- extend disabled package sources list to include *.tencentyun.com/**
This commit is contained in:
pooneyy 2025-10-08 00:35:17 +08:00
parent 750d742009
commit ab7b4c540e
No known key found for this signature in database

View File

@ -30,7 +30,8 @@
"matchPackageNames": [ "matchPackageNames": [
"*.aliyuncs.com/**", "*.aliyuncs.com/**",
"*.gitlab.cn/**", "*.gitlab.cn/**",
"*.myhuaweicloud.com/**" "*.myhuaweicloud.com/**",
"*.tencentyun.com/**"
], ],
"enabled": false "enabled": false
}, },