Skip to content

Commit

Permalink
chore: add bots for v4.3.0 (#1975)
Browse files Browse the repository at this point in the history
add bots for v4.3.0
  • Loading branch information
mpoke authored Jun 20, 2024
1 parent 97e6599 commit 84b5544
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,26 @@ updates:
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v4.3.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.3.x-lsm"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
Expand Down
17 changes: 17 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@ pull_request_rules:
backport:
branches:
- release/v4.2.x-lsm
pull_request_rules:
- name: Backport patches to the release/v4.3.x branch
conditions:
- base=main
- label=A:backport/v4.3.x
actions:
backport:
branches:
- release/v4.3.x
- name: Backport patches to the release/v4.3.x-lsm branch
conditions:
- base=main
- label=A:backport/v4.3.x-lsm
actions:
backport:
branches:
- release/v4.3.x-lsm
- name: Backport patches to the release/v5.x branch
conditions:
- base=main
Expand Down

0 comments on commit 84b5544

Please sign in to comment.