Skip to content

Commit

Permalink
ci: update mergify and dependabot for v2.x-lsm (#1281)
Browse files Browse the repository at this point in the history
update mergify and dependabot for v2.x-lsm
  • Loading branch information
mpoke authored Sep 12, 2023
1 parent d0dda4b commit 67bb558
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,26 @@ updates:
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v2.0.x-lsm"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v2.1.x-lsm"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
Expand Down
16 changes: 16 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ pull_request_rules:
backport:
branches:
- release/v2.0.x
- name: Backport patches to the release/v2.0.x-lsm branch
conditions:
- base=main
- label=A:backport/v2.0.x-lsm
actions:
backport:
branches:
- release/v2.0.x-lsm
- name: Backport patches to the release/v2.1.x-lsm branch
conditions:
- base=main
- label=A:backport/v2.1.x-lsm
actions:
backport:
branches:
- release/v2.1.x-lsm
- name: Backport patches to the release/v3.0.x branch
conditions:
- base=main
Expand Down

0 comments on commit 67bb558

Please sign in to comment.