From d126183d0a7552a19f710fd0b947d4b8a81d54e9 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 17 Jun 2024 17:19:58 +0200 Subject: [PATCH] ci: Disable lockfile maintenance on v1 branch --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 2561dc993..87300f19e 100644 --- a/renovate.json +++ b/renovate.json @@ -25,6 +25,12 @@ "matchDepTypes": ["engines", "packageManager"], "enabled": false }, + { + "description": "Disable lock file maintenance for v1", + "matchBaseBranches": ["v1"], + "matchUpdateTypes": ["lockFileMaintenance"], + "enabled": false + }, { "description": "Prevent Renovate from replacing 2.0.0-beta.10 with 2.0.0-beta - REMOVE ONCE TAURI IS STABLE", "matchManagers": ["cargo"],