Skip to content

Commit 12f2b34

Browse files
chore: add mergify config file
1 parent 9fda15b commit 12f2b34

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.mergify.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
pull_request_rules:
2+
- name: Automatic PR Update
3+
conditions:
4+
- check-success=success
5+
actions:
6+
update:
7+
- name: rebase-merge working updates
8+
conditions:
9+
- author=renovate[bot]
10+
- label=dependencies
11+
- -draft
12+
- -conflict
13+
- check-success=success
14+
actions:
15+
merge:
16+
method: rebase

0 commit comments

Comments
 (0)