chore(mergify): add mergify config for automatic merge

This commit is contained in:
Orhun Parmaksız 2023-08-16 11:20:01 +03:00
parent 3863db14b2
commit 8cfa588f93
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

15
.github/mergify.yml vendored Normal file
View file

@ -0,0 +1,15 @@
pull_request_rules:
- name: Automatic merge for Dependabot pull requests
conditions:
- author=dependabot[bot]
actions:
merge:
method: squash
- name: Automatic update to the main branch for pull requests
conditions:
- -conflict # skip PRs with conflicts
- -draft # skip GH draft PRs
- -author=dependabot[bot] # skip dependabot PRs
actions:
update: