From 9d5c1d88248fcf6e229927d099e69d4de4e3d68b Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Sun, 15 Sep 2024 19:35:57 +0200 Subject: [PATCH] ci: Only run renovate for 28 or newer Signed-off-by: Christoph Wurst --- renovate.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/renovate.json b/renovate.json index 6fc1bce3..361b6048 100644 --- a/renovate.json +++ b/renovate.json @@ -24,10 +24,7 @@ "master", "stable30", "stable29", - "stable28", - "stable27", - "stable26", - "stable25" + "stable28" ], "enabledManagers": [ "composer", @@ -63,10 +60,7 @@ "matchBaseBranches": [ "stable30", "stable29", - "stable28", - "stable27", - "stable26", - "stable25" + "stable28" ], "extends": ["schedule:monthly"] },