ci: Disable Cargo.lock patch updates for 0.x deps

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

@ -30,6 +30,13 @@
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"enabled": false
},
{
"description": "Prevent spammy patch Cargo.lock updates for 0.x deps",
"matchManagers": ["cargo"],
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": "/^0/",
"enabled": false
}
],
"postUpdateOptions": ["pnpmDedupe"]

Loading…
Cancel
Save