diff --git a/renovate.json b/renovate.json index 55adb3a2..1775faa0 100644 --- a/renovate.json +++ b/renovate.json @@ -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"]