mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-09-18 12:57:02 +08:00
为 Tauri 相关包添加分组,并将发布稳定期设置为 3 天
This commit is contained in:
@@ -86,6 +86,19 @@
|
|||||||
"playwright" // 匹配核心包 playwright
|
"playwright" // 匹配核心包 playwright
|
||||||
],
|
],
|
||||||
"minimumReleaseAge": "3 days" // 设置 Playwright 相关包的发布稳定期为 3 天
|
"minimumReleaseAge": "3 days" // 设置 Playwright 相关包的发布稳定期为 3 天
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"groupName": "Tauri packages",
|
||||||
|
"groupSlug": "tauri",
|
||||||
|
"description": "Group Tauri core and related packages",
|
||||||
|
"matchPackageNames": [
|
||||||
|
"tauri",
|
||||||
|
"tauri-build",
|
||||||
|
"/^@tauri-apps\\/", // 匹配所有 @tauri-apps/ 开头的包
|
||||||
|
"/^tauri-plugin-/" // 匹配所有 tauri-plugin- 开头的包
|
||||||
|
],
|
||||||
|
"minimumReleaseAge": "3 days" // 设置 Tauri 相关包的发布稳定期为 3 天
|
||||||
}
|
}
|
||||||
|
|
||||||
// major 更新需要人工确认
|
// major 更新需要人工确认
|
||||||
|
Reference in New Issue
Block a user