mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-09 12:36:07 +02:00
ci: Disable lockfile maintenance on v1 branch
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
"matchDepTypes": ["engines", "packageManager"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Disable lock file maintenance for v1",
|
||||
"matchBaseBranches": ["v1"],
|
||||
"matchUpdateTypes": ["lockFileMaintenance"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Prevent Renovate from replacing 2.0.0-beta.10 with 2.0.0-beta - REMOVE ONCE TAURI IS STABLE",
|
||||
"matchManagers": ["cargo"],
|
||||
|
||||
Reference in New Issue
Block a user