diff --git a/renovate.json b/renovate.json index 202446a0..e4fc52b0 100644 --- a/renovate.json +++ b/renovate.json @@ -22,6 +22,12 @@ "matchPackageNames": ["node", "pnpm"], "matchDepTypes": ["engines", "packageManager"], "enabled": false + }, + { + "description": "Prevent Renovate from replacing 2.0.0-beta.10 with 2.0.0-beta - REMOVE ONCE TAURI IS STABLE", + "matchManagers": ["cargo"], + "matchPackagePatterns": ["^tauri"], + "replaceStrategy": "bump" } ], "postUpdateOptions": ["pnpmDedupe"]