Skip to content

Commit

Permalink
replace v2.1.x-provider-lsm with v2.4.x-lsm
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Dec 5, 2023
1 parent 12288db commit e31d3b6
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 @@ -42,7 +42,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v2.1.x-provider-lsm"
target-branch: "release/v2.4.x-lsm"
# 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 @@ -26,14 +26,14 @@ pull_request_rules:
backport:
branches:
- release/v2.0.x-lsm
- name: Backport patches to the release/v2.1.x-provider-lsm branch
- name: Backport patches to the release/v2.4.x-lsm branch
conditions:
- base=main
- label=A:backport/v2.1.x-provider-lsm
- label=A:backport/v2.4.x-lsm
actions:
backport:
branches:
- release/v2.1.x-provider-lsm
- release/v2.4.x-lsm
- name: Backport patches to the release/v3.0.x branch
conditions:
- base=main
Expand Down

0 comments on commit e31d3b6

Please sign in to comment.