ci: Disable Cargo.lock updates for patch/minor to make MSRV handling easier later.

pull/1276/head
Fabian-Lars 1 year ago committed by GitHub
parent e045223660
commit f255343b54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"]

Loading…
Cancel
Save