From fcc528ca21b1bb3e39864b5b6df5e2ff61671b08 Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Mon, 11 Dec 2023 23:26:31 +0000 Subject: [PATCH 1/2] Ignore dependabot[bot] --- .github/mergify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 692c346ab4..befd677230 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -40,6 +40,7 @@ pull_request_rules: - author!=dstogl - author!=christophfroehlich - author!=mergify[bot] + - author!=dependabot[bot] actions: comment: message: | From b2f9db606b203a9f3912bf59f2f5df694cd3838b Mon Sep 17 00:00:00 2001 From: Christoph Froehlich Date: Mon, 11 Dec 2023 23:29:57 +0000 Subject: [PATCH 2/2] Ignore dependabot[bot] --- .github/mergify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index befd677230..0a6e425a30 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -21,6 +21,7 @@ pull_request_rules: conditions: - conflict - author!=mergify[bot] + - author!=dependabot[bot] actions: comment: message: This pull request is in conflict. Could you fix it @{{author}}?