From c65d237a450077fc4ea93c1ddd815a40cf015705 Mon Sep 17 00:00:00 2001 From: masnagam Date: Thu, 23 May 2024 09:41:17 +0900 Subject: [PATCH] ci: update mergify.yml --- .github/mergify.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 6549d69..8f6c84a 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,7 +1,14 @@ pull_request_rules: + - name: Automatically approve Dependabot PRs + conditions: + - author = dependabot[bot] + actions: + review: + type: APPROVE - name: automatic merge for Dependabot pull requests conditions: - author = dependabot[bot] + - '#approved-reviews-by >= 1' actions: merge: method: merge