diff --git a/.mergify.yml b/.mergify.yml index 6a5aa806..a0343084 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,17 +1,4 @@ pull_request_rules: - - name: Auto-rebase if appropriately labeled or if the author is an authorized bot - conditions: - - or: - - label=auto-update-rebase - - and: - - label=dependencies - - or: &authors_are_bots - - author=renovate[bot] - - author=dependabot[bot] - - -draft - - -conflict - actions: - rebase: - name: Auto-update with merge if appropriately labeled conditions: - label=auto-update-merge @@ -22,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