Skip to content

build(deps-dev): bump typescript from 5.0.4 to 5.6.2 #269

build(deps-dev): bump typescript from 5.0.4 to 5.6.2

build(deps-dev): bump typescript from 5.0.4 to 5.6.2 #269

Workflow file for this run

name: ci / deps / auto-merge
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
permissions:
contents: read
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
config: .github/auto-merge.yml
github-token: ${{ secrets.DP_AUTOMERGE_GH_TOKEN }}