Update and rename dependabot-approve.yaml to dependabot-auto-merge.yaml

This commit is contained in:
Philipp Horstenkamp 2023-11-01 18:21:56 +01:00 committed by GitHub
parent 3c2394d2d5
commit 389810c9bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,6 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Enable auto-merge for Dependabot PRs
if: ${{contains(steps.metadata.outputs.dependency-names, 'my-dependency') && steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}