From 9718f8521f91a58f92bf2f1b1ca6ddfba7706170 Mon Sep 17 00:00:00 2001 From: Romain Marcadier-Muller Date: Mon, 16 Sep 2019 14:32:29 +0200 Subject: [PATCH] chore: correctly perform auto-merging of @dependabot PRs (#4095) --- .mergify.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index b5fc1ef17660f..9385294261e6b 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -25,15 +25,14 @@ pull_request_rules: - name: automatically merge dependabot actions: comment: - message: Thanks for keeping us safe dependabot! ❤️ + message: Thanks for keeping us safe, @dependabot! ❤️ merge: strict: smart method: squash strict_method: merge delete_head_branch: {} conditions: - - author=dependabot[bot] - - author=dependabot-preview[bot] + - author~=dependabot(-preview)?[bot] - status-success=AWS CodeBuild us-east-1 (AutoBuildProject6AEA49D1-qxepHUsryhcu) - name: comment checklist actions: