Skip to content

Bump typescript from 4.9.5 to 5.4.4 #379

Bump typescript from 4.9.5 to 5.4.4

Bump typescript from 4.9.5 to 5.4.4 #379

name: "Auto Merge Dependabot"
on:
pull_request_target:
types: [ opened, ready_for_review, reopened]
jobs:
auto-merge-dependabot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.REPO_ACCESS_TOKEN }}