Skip to content

Commit

Permalink
chore: add mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
SoManyHs committed Oct 6, 2020
1 parent a1671d3 commit 5fe9198
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .mergify
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pull_request_rules:
- name: Automatically merge Dependabot PRs
conditions:
- base=master
- author=dependabot[bot]
- label=dependencies
- -title~=(WIP|wip)
- -label~=(blocked|do-not-merge)
- -merged
- -closed
actions:
review:
type: APPROVE
merge:
method: squash
strict: smart+fasttrack
strict_method: merge

0 comments on commit 5fe9198

Please sign in to comment.