From 05392c0687e8b47b285976160a67edbe0644a072 Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Mon, 14 Oct 2024 13:13:36 +0200 Subject: [PATCH] chore: Skip cypress major/minor on stable branches Signed-off-by: Julius Knorr --- renovate.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/renovate.json b/renovate.json index a71cae0dee..6f62e920f6 100644 --- a/renovate.json +++ b/renovate.json @@ -101,6 +101,18 @@ "matchBaseBranches": ["stable26", "stable27"], "enabled": false }, + { + "matchUpdateTypes": ["major", "minor"], + "matchPackageNames": [ + "cypress", + "@nextcloud/cypress" + ], + "matchPackagePrefixes": [ + "@cypress/" + ], + "matchBaseBranches": ["stable30", "stable29", "stable28", "stable27", "stable26"], + "enabled": false + }, { "matchPackageNames": ["vue"], "allowedVersions": "<3"