ci: prevent mergify conflict message for dependabot PRs

There is no use in having Mergify posting messages to Dependabot and
asking for resolving of merge conflicts. Dependabot will try to do that
automatically, and posts a message when some other action is needed.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2021-09-02 08:27:59 +02:00 committed by Madhu Rajanna
parent c12b155940
commit 96ba1d4799

View File

@ -26,6 +26,7 @@ pull_request_rules:
- name: ask to resolve conflict
conditions:
- conflict
- author!=dependabot[bot]
actions:
comment:
# yamllint disable-line rule:truthy