From a4a847e9d2656b55f3f42e8162bee63a06f78dd4 Mon Sep 17 00:00:00 2001 From: Titani Date: Wed, 20 Nov 2024 15:18:50 -0500 Subject: [PATCH 1/2] (chore): Update renovate config to not bump v5 branch --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 40c9e921143..4752f5da692 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,5 +12,5 @@ "enabled": false } ], - "baseBranches": ["main", "v5"] + "baseBranches": ["main"] } From 4f75113b96334710360cb8ef224011845d9fbf5a Mon Sep 17 00:00:00 2001 From: Titani Date: Wed, 20 Nov 2024 15:51:31 -0500 Subject: [PATCH 2/2] fix build --- .github/renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 4752f5da692..663f5774573 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,6 +11,5 @@ ], "enabled": false } - ], - "baseBranches": ["main"] + ] }