mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-09-18 12:57:02 +08:00
为 Tauri 相关包修正正则表达式格式
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
"matchPackageNames": [
|
||||
"tauri",
|
||||
"tauri-build",
|
||||
"/^@tauri-apps\\/", // 匹配所有 @tauri-apps/ 开头的包
|
||||
"/^@tauri-apps\\//", // 匹配所有 @tauri-apps/ 开头的包
|
||||
"/^tauri-plugin-/" // 匹配所有 tauri-plugin- 开头的包
|
||||
],
|
||||
"minimumReleaseAge": "3 days" // 设置 Tauri 相关包的发布稳定期为 3 天
|
||||
|
Reference in New Issue
Block a user