From 92e30ee913faefcf040e4a3b02e622fd164c21f3 Mon Sep 17 00:00:00 2001 From: Amit Dahan Date: Sun, 23 Feb 2025 10:07:47 +0200 Subject: [PATCH] Remove `next` branch for now --- .github/renovate.json | 2 +- .github/workflows/build.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5401595..b51e8d3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,6 +6,6 @@ ":maintainLockFilesWeekly", "group:allNonMajor" ], - "baseBranches": ["main", "next"], + "baseBranches": ["main"], "postUpdateOptions": ["yarnDedupeHighest"] } diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2c1134..439a7a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,11 +2,9 @@ on: pull_request: branches: - main - - next push: branches: - main - - next jobs: build: