aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/dependabot-auto.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependabot-auto.yaml b/.github/workflows/dependabot-auto.yaml
index 69e889b..db33d0b 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.3.1
+ uses: dependabot/fetch-metadata@v1.6.0
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase "$PR_URL"
env: