From b3c398be60909d178315fc4f1eeb7c0ef7fc448b Mon Sep 17 00:00:00 2001 From: insumity Date: Tue, 2 Apr 2024 14:58:40 +0200 Subject: [PATCH] init commit --- .github/dependabot.yml | 20 ++++++++++++++++++++ .mergify.yml | 16 ++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f766b52282..e588557500 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -77,3 +77,23 @@ updates: open-pull-requests-limit: 0 labels: - dependencies + + - package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + target-branch: "release/v4.1.x" + # Only allow automated security-related dependency updates on release branches. + open-pull-requests-limit: 0 + labels: + - dependencies + + - package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + target-branch: "release/v4.1.x-lsm" + # Only allow automated security-related dependency updates on release branches. + open-pull-requests-limit: 0 + labels: + - dependencies \ No newline at end of file diff --git a/.mergify.yml b/.mergify.yml index 34c1e0c7f6..1c0a6bb81a 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -58,3 +58,19 @@ pull_request_rules: backport: branches: - release/v4.0.x + - name: Backport patches to the release/v4.1.x branch + conditions: + - base=main + - label=A:backport/v4.1.x + actions: + backport: + branches: + - release/v4.1.x + - name: Backport patches to the release/v4.1.x-lsm branch + conditions: + - base=main + - label=A:backport/v4.1.x-lsm + actions: + backport: + branches: + - release/v4.1.x-lsm \ No newline at end of file