From 124df4614c64ca80dfb13310049ef9dfeee9c5f3 Mon Sep 17 00:00:00 2001 From: FajarKim Date: Sat, 4 Nov 2023 16:43:31 +0700 Subject: [PATCH] infra(mergify): added automatic merge dependabot pull request --- .github/mergify.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/mergify.yml diff --git a/.github/mergify.yml b/.github/mergify.yml new file mode 100644 index 0000000..b5aff02 --- /dev/null +++ b/.github/mergify.yml @@ -0,0 +1,12 @@ +pull_request_rules: + - name: automatic merge for Dependabot pull requests + conditions: + - author = dependabot[bot] + actions: + merge: + method: merge + - name: automatic update for PR + conditions: + - author = dependabot[bot] + actions: + update: