Skip to content

Commit 6fa7d34

Browse files
authored
Update dependabot-prs.yml
1 parent f99a8c7 commit 6fa7d34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/dependabot-prs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
id: dependabot-metadata
1515
uses: dependabot/fetch-metadata@v2
1616
- name: Enable auto-merge for Dependabot PRs
17-
if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}}
1817
run: gh pr merge --auto --merge "$PR_URL"
1918
env:
2019
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)