From 43fdfe27ea7b38fd38d84dae7ea51e9b713039cc Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Wed, 16 Nov 2022 10:28:03 +1100 Subject: [PATCH] chore(mergify): Don't ask dependabot to resolve conflicts (#3122) --- .github/mergify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index f3a2f46bd46..de29495ace8 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -12,6 +12,7 @@ pull_request_rules: conditions: - conflict - -draft # Draft PRs are allowed to have conflicts. + - -author=dependabot[bot] actions: comment: message: This pull request has merge conflicts. Could you please resolve them @{{author}}? 🙏