diff --git a/renovate.json b/renovate.json index 0a4bff8d..1c0a4083 100644 --- a/renovate.json +++ b/renovate.json @@ -18,6 +18,11 @@ "matchPackageNames": ["node", "pnpm"], "matchDepTypes": ["engines", "packageManager"], "enabled": false + }, + { + "description": "Prevent unwanted minor/patch Cargo.toml updates", + "matchManagers": ["cargo"], + "rangeStrategy": "update-lockfile" } ], "postUpdateOptions": ["pnpmDedupe"]