mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-25 13:17:47 +02:00
ci: Disable Cargo.lock updates for patch/minor to make MSRV handling easier later.
This commit is contained in:
@@ -23,6 +23,13 @@
|
||||
"description": "Prevent unwanted minor/patch Cargo.toml updates",
|
||||
"matchManagers": ["cargo"],
|
||||
"rangeStrategy": "update-lockfile"
|
||||
},
|
||||
{
|
||||
"description": "Prevent spammy minor/patch Cargo.lock updates",
|
||||
"matchManagers": ["cargo"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"postUpdateOptions": ["pnpmDedupe"]
|
||||
|
||||
Reference in New Issue
Block a user