Skip to content

Commit

Permalink
chore: create .mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomoaccursi committed Aug 21, 2023
1 parent 52442da commit 40934b7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pull_request_rules:
- name: Automatic PR Update
conditions:
- check-success=success
actions:
update:
- name: rebase-merge working updates
conditions:
- author=renovate[bot]
- label=dependencies
- -draft
- -conflict
- check-success=success
actions:
merge:
method: rebase

0 comments on commit 40934b7

Please sign in to comment.