Skip to content

Commit d9d2daa

Browse files
committed
chore(workflows): upgrade dependabot-metadata action in dependabot-reviewer.yml
This commit upgrades the dependabot-metadata action used in the dependabot-reviewer workflow. The version has been updated to improve the functionality of the workflow.
1 parent adc1a14 commit d9d2daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-reviewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Dependabot metadata
1616
id: dependabot-metadata
17-
uses: dependabot/fetch-metadata@v1.3.1
17+
uses: dependabot/fetch-metadata@v2.1.0
1818
- name: Enable auto-merge for Dependabot PRs
1919
run: gh pr merge --auto --merge "$PR_URL"
2020
env:

0 commit comments

Comments
 (0)