Skip to content

Commit 4a04562

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)