Skip to content

Commit

Permalink
chore(mergify): rebase-update and rebase-merge working dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Dec 20, 2022
1 parent c9280f8 commit 4f5368a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
pull_request_rules:
- name: Auto-rebase if appropriately labeled
- name: Auto-rebase if appropriately labeled or if author is an authorized bot
conditions:
- label=auto-update-rebase
- or:
- label=auto-update-rebase
- and:
- label=dependencies
- or: &authors_are_bots
- author=renovate[bot]
- author=dependabot[bot]
- -draft
- -conflict
actions:
Expand All @@ -15,7 +21,7 @@ pull_request_rules:
update:
- name: rebase-merge working updates
conditions:
- author=renovate[bot]
- or: *authors_are_bots
- label=dependencies
- -draft
- -conflict
Expand Down

0 comments on commit 4f5368a

Please sign in to comment.