Skip to content

[npm](deps-dev): Bump typescript from 5.5.4 to 5.6.2 in the dev-deps group #1

[npm](deps-dev): Bump typescript from 5.5.4 to 5.6.2 in the dev-deps group

[npm](deps-dev): Bump typescript from 5.5.4 to 5.6.2 in the dev-deps group #1

Workflow file for this run

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