1
0
Fork 0

🔧 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
1 changed files with 2 additions and 1 deletions

View File

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