Skip to content

Commit 0b10224

Browse files
Update .github/workflows/dependabot-auto-approve.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 54c3e3f commit 0b10224

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/dependabot-auto-approve.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
uses: dependabot/fetch-metadata@v2
1616
with:
1717
github-token: "${{ secrets.GITHUB_TOKEN }}"
18-
1918
- name: Approve minor and patch updates
2019
if: steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'
2120
run: |

0 commit comments

Comments
 (0)