Skip to content

build(deps): bump typescript from 4.9.5 to 5.6.3 #36

build(deps): bump typescript from 4.9.5 to 5.6.3

build(deps): bump typescript from 4.9.5 to 5.6.3 #36

name: Dependabot auto-approve
on: pull_request
permissions:
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'afarago/blpy.attilafarago.hu'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
- name: Approve a PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{github.token}}
- name: Enable auto-merge for Dependabot PRs
# if: ${{steps.dependabot-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}}
GH_TOKEN: ${{github.token}}