We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24fa33 commit ce86b47Copy full SHA for ce86b47
.github/workflows/dependabot-auto-approve-and-merge.yml
@@ -17,7 +17,7 @@ jobs:
17
# This step will fail (without approval) if there's no metadata.
18
- name: Dependabot metadata
19
id: dependabot-metadata
20
- uses: dependabot/fetch-metadata@v1.6.0
+ uses: dependabot/fetch-metadata@v2.0.0
21
with:
22
github-token: "${{ secrets.GITHUB_TOKEN }}"
23
# Approve the PR.
0 commit comments