diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/dependabot-auto.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependabot-auto.yaml b/.github/workflows/dependabot-auto.yaml index 3df67cc..b1e15a7 100644 --- a/.github/workflows/dependabot-auto.yaml +++ b/.github/workflows/dependabot-auto.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Dependabot metadata id: dependabot-metadata - uses: dependabot/fetch-metadata@v1.7.0 + uses: dependabot/fetch-metadata@v2.0.0 - name: Enable auto-merge for Dependabot PRs run: gh pr merge --auto --rebase "$PR_URL" env: |