Skip to content

Bump typescript from 5.9.3 to 6.0.3 #17

Bump typescript from 5.9.3 to 6.0.3

Bump typescript from 5.9.3 to 6.0.3 #17

Workflow file for this run

name: Enable automerge on dependabot PRs
on:
pull_request_target:
jobs:
automerge:
name: Enable automerge on dependabot PRs
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
if: github.actor == 'dependabot[bot]'
steps:
- run: gh pr merge ${{ github.event.pull_request.html_url }} --auto --squash
- run: gh pr review ${{ github.event.pull_request.html_url }} --approve
env:
GH_TOKEN: ${{ github.token }}