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:
+1
-1
@@ -109,7 +109,7 @@
|
||||
},
|
||||
|
||||
{ "groupName": "cloudflare", "description": "Cloudflare 的相关依赖", "minimumReleaseAge": "3 days",
|
||||
"matchPackageNames": [ "wrangler", "/^@cloudflare\\/" ]
|
||||
"matchPackageNames": [ "wrangler", "/^@cloudflare\\//" ]
|
||||
}
|
||||
|
||||
// major 更新需要人工确认
|
||||
|
||||
Reference in New Issue
Block a user