diff --git a/renovate.json b/renovate.json index 1c0a4083..55adb3a2 100644 --- a/renovate.json +++ b/renovate.json @@ -23,6 +23,13 @@ "description": "Prevent unwanted minor/patch Cargo.toml updates", "matchManagers": ["cargo"], "rangeStrategy": "update-lockfile" + }, + { + "description": "Prevent spammy minor/patch Cargo.lock updates", + "matchManagers": ["cargo"], + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "enabled": false } ], "postUpdateOptions": ["pnpmDedupe"]