Parcourir la 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 <dave@dtucker.co.uk>
Dave Tucker il y a 3 semaines
Parent
commit
00b5cc5aaf
1 fichiers modifiés avec 0 ajouts et 7 suppressions
  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