Skip to content

Bump typescript from 5.4.5 to 5.6.3 #414

Bump typescript from 5.4.5 to 5.6.3

Bump typescript from 5.4.5 to 5.6.3 #414

Workflow file for this run

name: PR Auto-merge
on: [pull_request_target]
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/[email protected]
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.SECRET_GITHUB }}