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