We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01aaf34 commit efc55f0Copy full SHA for efc55f0
.github/workflows/auto-merge-dependabot-pr.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
github-token: ${{ secrets.GITHUB_TOKEN }}
19
- name: Enable auto-merge for Dependabot PRs
20
- if: ${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' }}
+ if: ${{ steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor' }}
21
env:
22
PR_URL: ${{github.event.pull_request.html_url}}
23
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments