Skip to content

Commit

Permalink
replace v19.x with v19.1.x for mergify and dependabot (#3272)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke authored Aug 15, 2024
1 parent 107ffbb commit fe82f45
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 @@ -31,7 +31,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v19.x"
target-branch: "release/v19.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 @@ -33,11 +33,11 @@ pull_request_rules:
branches:
- release/v18.1.x

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

0 comments on commit fe82f45

Please sign in to comment.