From 4f3adb67e612907bd234621fb95190d47f710f63 Mon Sep 17 00:00:00 2001 From: Marvin Date: Thu, 31 Oct 2024 17:02:48 +0000 Subject: [PATCH] Auto approve dependabot PRs --- .github/workflows/auto-merge-dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/auto-merge-dependabot.yml b/.github/workflows/auto-merge-dependabot.yml index 82ba47359..c434f8c53 100644 --- a/.github/workflows/auto-merge-dependabot.yml +++ b/.github/workflows/auto-merge-dependabot.yml @@ -15,6 +15,12 @@ jobs: uses: dependabot/fetch-metadata@v2.2.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" + + - name: Auto-approve Dependabot PRs + uses: hmarr/auto-approve-action@v3 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + - name: Enable auto-merge for Dependabot PRs run: gh pr merge --auto --merge "$PR_URL" env: