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

This commit is contained in:
Fabian-Lars
2024-05-01 22:20:37 +02:00
committed by GitHub
parent f255343b54
commit 8fecaba3f0
+7
View File
@@ -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"]