Skip to content

Commit c1ff2bf

Browse files
committed
🔧 config: add mergify configration
1 parent cf83e8a commit c1ff2bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.mergify.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pull_request_rules:
2+
- name: merge pull requests from dependabot if CI passes
3+
conditions:
4+
- author=dependabot[bot]
5+
- status-success=ci/circleci
6+
actions:
7+
merge:
8+
method: merge

0 commit comments

Comments
 (0)