From 0a1eef75c191a644897b6dbe93eaeebc09007b07 Mon Sep 17 00:00:00 2001 From: Ben Sully Date: Tue, 24 Oct 2023 17:20:28 +0100 Subject: [PATCH] Add mergify config --- .github/mergify.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/mergify.yml 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: