From 04ce9c4f6c453275f9c4e5d7d92535217fcc8d90 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Tue, 4 Jun 2024 12:29:18 +0200 Subject: [PATCH] ci(renovate): Apply tauri dep logic only to v2 --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index a920dfdd..2561dc99 100644 --- a/renovate.json +++ b/renovate.json @@ -29,6 +29,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"], + "matchCurrentValue": "2.*", "rangeStrategy": "bump" } ],