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

Commit 1676b8d

Browse files
committed
chore: Auto-merge dependabot PRs
1 parent 4606ece commit 1676b8d

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.mergify.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pull_request_rules:
77
- -approved-reviews-by~=author
88
- status-success=continuous-integration/travis-ci/pr
99
- status-success=continuous-integration/travis-ci/push
10-
# - status-success=Semantic Pull Request
10+
- status-success=Semantic Pull Request
1111
- label!=work-in-progress
1212
- -title~=(WIP|wip)
1313
- -merged
@@ -20,14 +20,21 @@ pull_request_rules:
2020
strict: smart
2121
strict_method: merge
2222

23-
- name: Automatically approve Dependabot PRs
23+
- name: Automatically merge Dependabot PRs
2424
conditions:
2525
- base=master
26-
- author~=^dependabot(|-preview)\[bot\]$
26+
- author=dependabot[bot]
27+
- label=dependencies
28+
- status-success=continuous-integration/travis-ci/pr
29+
- status-success=continuous-integration/travis-ci/push
30+
- status-success=Semantic Pull Request
31+
- label!=work-in-progress
2732
- -title~=(WIP|wip)
2833
- -label~=(blocked|do-not-merge)
2934
- -merged
3035
- -closed
3136
actions:
32-
review:
33-
type: APPROVE
37+
merge:
38+
method: squash
39+
strict: smart
40+
strict_method: rebase

0 commit comments

Comments
 (0)