Skip to content

Commit

Permalink
add mergify for dependabot PRs only (#4372)
Browse files Browse the repository at this point in the history
  • Loading branch information
patjouk authored Mar 24, 2020
1 parent 2019c2d commit ef526e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
pull_request_rules:
- name: Automatic merge for dependabot PRs
conditions:
- "#approved-reviews-by>=1"
- author~=^dependabot(|-preview)\[bot\]$
- "status-success=percy/foundation.mozilla.org"
- "status-success=continuous-integration/travis-ci/pr"
actions:
merge:
method: merge
strict_method: rebase
strict: true

0 comments on commit ef526e4

Please sign in to comment.