From 5e0d393d77753cbaffdb33175e6644c6c4f9fc50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:00:12 +0100 Subject: [PATCH] [Automatic] Update because new branch created release-1.4 (#4104) Co-authored-by: andriisoldatenko Co-authored-by: Andrii Soldatenko --- .github/renovate.json5 | 4 ++-- .github/workflows/e2e-tests-ondemand.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a2a18f2afe..593a7677e9 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -11,9 +11,9 @@ }, baseBranches: [ "$default", - "release-1.1", "release-1.2", "release-1.3", + "release-1.4", ], enabledManagers: [ "regex", @@ -62,9 +62,9 @@ { matchBaseBranches: [ "$default", - "release-1.1", "release-1.2", "release-1.3", + "release-1.4", ], matchUpdateTypes: [ "major", diff --git a/.github/workflows/e2e-tests-ondemand.yaml b/.github/workflows/e2e-tests-ondemand.yaml index e65fbe13dc..ea9ddcff5c 100644 --- a/.github/workflows/e2e-tests-ondemand.yaml +++ b/.github/workflows/e2e-tests-ondemand.yaml @@ -6,7 +6,7 @@ on: - cron: 0 3 * * 1,3,5 env: - branch: 'release-1.3' + branch: release-1.4 permissions: checks: write