diff options
Diffstat (limited to '.github/workflows/dependabot-auto.yaml')
-rw-r--r-- | .github/workflows/dependabot-auto.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/dependabot-auto.yaml b/.github/workflows/dependabot-auto.yaml index 911b094..e87c8c1 100644 --- a/.github/workflows/dependabot-auto.yaml +++ b/.github/workflows/dependabot-auto.yaml @@ -10,12 +10,13 @@ permissions: jobs: review-dependabot-pr: + name: Review Dependabot PR runs-on: ubuntu-latest if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }} steps: - name: Dependabot metadata id: dependabot-metadata - uses: dependabot/fetch-metadata@v2.2.0 + uses: dependabot/fetch-metadata@v2.3.0 - name: Enable auto-merge for Dependabot PRs run: gh pr merge --auto --rebase "$PR_URL" env: |