From 8723c424aeaf6e7f1653e9d3bbd8a969a9ac72f2 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 20 Dec 2022 08:15:54 +0100 Subject: [PATCH] ci: Swap Dependabot approve action Signed-off-by: Christoph Wurst --- .github/workflows/dependabot-approve.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml index a6a9ba13..027535df 100644 --- a/.github/workflows/dependabot-approve.yml +++ b/.github/workflows/dependabot-approve.yml @@ -11,8 +11,12 @@ jobs: dependabot-approve: if: github.actor == 'dependabot[bot]' runs-on: ubuntu-latest + permissions: + pull-requests: write + contents: write steps: - - uses: ahmadnassri/action-dependabot-auto-merge@v2 + - uses: fastify/github-action-merge-dependabot@v3.0.0 with: target: minor github-token: "${{ secrets.GITHUB_TOKEN }}" + use-github-auto-merge: true