From bd490bfbfd5ceea07dca4a61d3c6d73a4e69e669 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Mon, 3 May 2021 09:17:01 -0400 Subject: ci: use Action for auto-merging Dependabot PRs Switch to one that supports squash-merging. --- .github/workflows/merge-dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge-dependabot.yml b/.github/workflows/merge-dependabot.yml index c73be6a76..e70b29d45 100644 --- a/.github/workflows/merge-dependabot.yml +++ b/.github/workflows/merge-dependabot.yml @@ -7,8 +7,8 @@ jobs: name: Auto-merge Dependabot PRs runs-on: ubuntu-latest steps: - - uses: koj-co/dependabot-pr-action@master + - uses: akheron/dependabot-cron-action@0.1 with: - token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }} - merge-minor: true - merge-patch: true + token: ${{ secrets.GITHUB_TOKEN }} + auto-merge: "minor" + merge-method: "squash" -- cgit v1.2.3