Skip to content

Commit

Permalink
chore(ci): Format
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Jul 13, 2021
1 parent 4065113 commit d35e53e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
# Automatically merge semver-patch and semver-minor PRs
if:
"${{ steps.metadata.outputs.update-type ==
if: "${{ steps.metadata.outputs.update-type ==
'version-update:semver-minor' ||
steps.metadata.outputs.update-type ==
'version-update:semver-patch' }}"
Expand Down

0 comments on commit d35e53e

Please sign in to comment.