Browse Source

chore: Disable mergify on dependabot PRs

Merging via comment isn't possible. We could merge this automatically on
green, however we'd prefer to use @dependabot merge or merge manually.

Signed-off-by: Dave Tucker <[email protected]>
Dave Tucker 3 weeks ago
parent
commit
00b5cc5aaf
1 changed files with 0 additions and 7 deletions
  1. 0 7
      .mergify.yml

+ 0 - 7
.mergify.yml

@@ -1,11 +1,4 @@
 pull_request_rules:
-  - name: automatic merge for Dependabot pull request that pass CI
-    conditions:
-      - author=dependabot[bot]
-    actions:
-      comment:
-        message: "@dependabot merge"
-
   # REVIEW MANAGEMENT
 
   - name: ask alessandrod to review public API changes