From 993ba471279ace1ce71a3af3f0e729b426659b2f Mon Sep 17 00:00:00 2001 From: mpoke Date: Mon, 22 Jan 2024 09:56:46 +0100 Subject: [PATCH] add 3.4.x to bots --- .github/dependabot.yml | 10 ++++++++++ .mergify.yml | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f766b52282..5e50a6f93f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -68,6 +68,16 @@ updates: labels: - dependencies + - package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + target-branch: "release/v3.4.x" + # Only allow automated security-related dependency updates on release branches. + open-pull-requests-limit: 0 + labels: + - dependencies + - package-ecosystem: gomod directory: "/" schedule: diff --git a/.mergify.yml b/.mergify.yml index 34c1e0c7f6..f9dc2d0b18 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -50,6 +50,14 @@ pull_request_rules: backport: branches: - release/v3.3.x + - name: Backport patches to the release/v3.4.x branch + conditions: + - base=main + - label=A:backport/v3.4.x + actions: + backport: + branches: + - release/v3.4.x - name: Backport patches to the release/v4.0.x branch conditions: - base=main