Skip to content

Commit

Permalink
chore: replace v6.0.x with v6.1.x for dependabot and mergify (#2299)
Browse files Browse the repository at this point in the history
replace v6.0.x with v6.1.x for dependabot and mergify
  • Loading branch information
mpoke authored Sep 20, 2024
1 parent 63d268e commit 81f809a
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 @@ -62,7 +62,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v6.0.x"
target-branch: "release/v6.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:
backport:
branches:
- release/v5.2.x
- name: Backport patches to the release/v6.0.x branch
- name: Backport patches to the release/v6.1.x branch
conditions:
- base=main
- label=A:backport/v6.0.x
- label=A:backport/v6.1.x
actions:
backport:
branches:
- release/v6.0.x
- release/v6.1.x

0 comments on commit 81f809a

Please sign in to comment.