From cc6d4fb4a77d88c77808a4169f3e7b57b12d1517 Mon Sep 17 00:00:00 2001 From: nitrocode <7775707+nitrocode@users.noreply.github.com> Date: Tue, 12 Mar 2024 07:44:48 +0530 Subject: [PATCH] fix: only renovate github actions in main branch --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index e520313b2a..961669606c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -50,6 +50,7 @@ */ }, { + matchBaseBranches: ["main"], ignorePaths: ["testing/**"], matchPackagePatterns: ["github-actions"], groupName: "github-",