Skip to content

Commit

Permalink
chore: stop having mergify try to auto-merge dependabot PRs
Browse files Browse the repository at this point in the history
These get auto-merged by dependabot itself, and attempts to update them to `HEAD` will cause dependabot to stop resolving merge conflicts automatically.
  • Loading branch information
RomainMuller authored Dec 24, 2019
1 parent 8cf2f02 commit dd79141
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ pull_request_rules:
- -label~=(blocked|do-not-merge)
- -merged
- -closed
- author!=dependabot[bot]
- author!=dependabot-preview[bot]
- "#approved-reviews-by>=1"
- -approved-reviews-by~=author
- "#changes-requested-reviews-by=0"
Expand Down

0 comments on commit dd79141

Please sign in to comment.