diff --git a/.github/mergify.yml b/.github/mergify.yml index 6549d69..8f6c84a 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,7 +1,14 @@ pull_request_rules: + - name: Automatically approve Dependabot PRs + conditions: + - author = dependabot[bot] + actions: + review: + type: APPROVE - name: automatic merge for Dependabot pull requests conditions: - author = dependabot[bot] + - '#approved-reviews-by >= 1' actions: merge: method: merge