summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-08-16 11:20:01 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-08-16 11:20:10 +0300
commit8cfa588f93ec501ea158bf18079116a71ec3fc22 (patch)
treee9ac3a3c514605d6aa331b1471535217bd8eb6a7
parent3863db14b2512d137454ef87b407874ff80d66bd (diff)
chore(mergify): add mergify config for automatic merge
-rw-r--r--.github/mergify.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/mergify.yml b/.github/mergify.yml
new file mode 100644
index 0000000..5038fc8
--- /dev/null
+++ b/.github/mergify.yml
@@ -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: