Skip to content

Commit

Permalink
Automerge dependabot for minor upgrades.
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Jun 19, 2023
1 parent 5ed0b41 commit 5d3519c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ jobs:
id: dependabot-metadata
uses: dependabot/[email protected]

- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Approve patch and minor updates
if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' || steps.dependabot-metadata.outputs.update-type == 'version-update:semver-minor'}}
run: |
Expand Down

0 comments on commit 5d3519c

Please sign in to comment.