diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000..91deb93 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,10 @@ +pull_request_rules: + - name: automatic merge for Dependabot pull requests + conditions: + - author=dependabot[bot] + actions: + merge: + method: squash + review: + type: APPROVE + message: Automatically approving dependabot