Skip to content

Commit

Permalink
ci: update bots for v2.1.x-provider-lsm (#1305)
Browse files Browse the repository at this point in the history
update bots for v2.1.x-provider-lsm
  • Loading branch information
mpoke authored Sep 14, 2023
1 parent f23cbbb commit b3b7818
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-lsm"
target-branch: "release/v2.1.x-provider-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-lsm branch
- name: Backport patches to the release/v2.1.x-provider-lsm branch
conditions:
- base=main
- label=A:backport/v2.1.x-lsm
- label=A:backport/v2.1.x-provider-lsm
actions:
backport:
branches:
- release/v2.1.x-lsm
- release/v2.1.x-provider-lsm
- name: Backport patches to the release/v3.0.x branch
conditions:
- base=main
Expand Down

0 comments on commit b3b7818

Please sign in to comment.