Skip to content

Bump typescript from 5.4.4 to 5.4.5 #889

Bump typescript from 5.4.4 to 5.4.5

Bump typescript from 5.4.4 to 5.4.5 #889

Workflow file for this run

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