Skip to content

build(deps-dev): bump typescript from 6.0.3 to 7.0.2 #128

build(deps-dev): bump typescript from 6.0.3 to 7.0.2

build(deps-dev): bump typescript from 6.0.3 to 7.0.2 #128

name: Auto-merge Dependabot PRs
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}