Skip to content

build(deps-dev): bump typescript from 5.9.3 to 6.0.2 #23500

build(deps-dev): bump typescript from 5.9.3 to 6.0.2

build(deps-dev): bump typescript from 5.9.3 to 6.0.2 #23500

Workflow file for this run

name: Auto approve
on: pull_request_target
permissions:
pull-requests: write
jobs:
auto-approve:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- uses: hmarr/auto-approve-action@v3
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'