From f56e359637813d1301ba0765ef1b4f2ae42c438a Mon Sep 17 00:00:00 2001 From: Danilo Pianini Date: Wed, 15 Mar 2023 19:00:15 +0100 Subject: [PATCH] ci(mergify): disable auto-rebasing due to Mergifyio/mergify#5074 --- .mergify.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 1ae3156..616c7eb 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,7 +9,9 @@ pull_request_rules: - name: rebase-merge working updates conditions: - and: - - or: *authors_are_bots + - or: &authors_are_bots + - author=renovate[bot] + - author=dependabot[bot] - and: - or: - check-success=ci-cd / success