|
|
@ -18,6 +18,11 @@
|
|
|
|
"matchPackageNames": ["node", "pnpm"],
|
|
|
|
"matchPackageNames": ["node", "pnpm"],
|
|
|
|
"matchDepTypes": ["engines", "packageManager"],
|
|
|
|
"matchDepTypes": ["engines", "packageManager"],
|
|
|
|
"enabled": false
|
|
|
|
"enabled": false
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"description": "Prevent unwanted minor/patch Cargo.toml updates",
|
|
|
|
|
|
|
|
"matchManagers": ["cargo"],
|
|
|
|
|
|
|
|
"rangeStrategy": "update-lockfile"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"postUpdateOptions": ["pnpmDedupe"]
|
|
|
|
"postUpdateOptions": ["pnpmDedupe"]
|
|
|
|