Skip to content

Commit

Permalink
chore: replace v2.1.x-provider-lsm with v2.4.x-lsm (#1478)
Browse files Browse the repository at this point in the history
replace v2.1.x-provider-lsm with v2.4.x-lsm
  • Loading branch information
mpoke authored Dec 5, 2023
1 parent 129430d commit 8633f0e
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 8633f0e

Please sign in to comment.