Skip to content

Commit

Permalink
update bots for v14.1.x (#2824)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke authored Nov 21, 2023
1 parent e9cab59 commit ca1ba72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v14.x"
target-branch: "release/v14.1.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand Down
6 changes: 3 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ pull_request_rules:
branches:
- release/v13.x

- name: Backport patches to the release/v14.x branch
- name: Backport patches to the release/v14.1.x branch
conditions:
- base=main
- label=A:backport/v14.x
- label=A:backport/v14.1.x
actions:
backport:
branches:
- release/v14.x
- release/v14.1.x

0 comments on commit ca1ba72

Please sign in to comment.