From 653cf918c040603c1b2f0973c6ea14d14881a26b Mon Sep 17 00:00:00 2001 From: Bruce Markham <219281+brucificus@users.noreply.github.com> Date: Wed, 30 Aug 2023 22:13:41 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Updates=20pwshrc/actions-r?= =?UTF-8?q?eview-dependabot=20to=20v0.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/review-dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/review-dependabot.yml b/.github/workflows/review-dependabot.yml index 39a1755..ab61e27 100644 --- a/.github/workflows/review-dependabot.yml +++ b/.github/workflows/review-dependabot.yml @@ -12,7 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Review Dependabot PR - uses: pwshrc/actions-review-dependabot@v0.5.0 + uses: pwshrc/actions-review-dependabot@v0.6.0 with: github_token: "${{ secrets.GITHUB_TOKEN }}" required-pr-user-login: 'dependabot[bot]' + merge-mode: 'rebase'