From ec05513d89c05a9d7c48381054cdd067a5a5be94 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Thu, 23 May 2024 10:56:48 +0200 Subject: [PATCH] ci: Fix invalid renovate config --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e4fc52b0b..b0cf47fa3 100644 --- a/renovate.json +++ b/renovate.json @@ -27,7 +27,7 @@ "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" + "rangeStrategy": "bump" } ], "postUpdateOptions": ["pnpmDedupe"]