Skip to content

Commit

Permalink
add 3.4.x to bots
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Jan 22, 2024
1 parent eed7627 commit 993ba47
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 993ba47

Please sign in to comment.