0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2026-07-03 07:20:39 +08:00

fix(config): 修复 Cloudflare 包名正则

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YanHao
2026-06-11 10:32:27 +08:00
parent b00f73b229
commit 5e4c040f4e
+1 -1
View File
@@ -109,7 +109,7 @@
},
{ "groupName": "cloudflare", "description": "Cloudflare 的相关依赖", "minimumReleaseAge": "3 days",
"matchPackageNames": [ "wrangler", "/^@cloudflare\\/" ]
"matchPackageNames": [ "wrangler", "/^@cloudflare\\//" ]
}
// major 更新需要人工确认