Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit fc33d12

Browse files
committed
chore: mergify must also approve dependabot PRs
1 parent 5722d07 commit fc33d12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.mergify.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pull_request_rules:
2020
strict: smart
2121
strict_method: merge
2222

23-
- name: Automatically merge Dependabot PRs
23+
- name: Automatically approve and merge Dependabot PRs
2424
conditions:
2525
- base=master
2626
- author=dependabot[bot]
@@ -34,6 +34,8 @@ pull_request_rules:
3434
- -merged
3535
- -closed
3636
actions:
37+
review:
38+
type: APPROVE
3739
merge:
3840
method: squash
3941
strict: smart

0 commit comments

Comments
 (0)