Skip to content

build(deps-dev): bump typescript from 5.6.2 to 5.6.3 #808

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

build(deps-dev): bump typescript from 5.6.2 to 5.6.3 #808

Workflow file for this run

name: dependabot
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Approve Dependabot PR
run: gh pr review --approve ${{ github.event.pull_request.html_url }}
env:
GITHUB_TOKEN: ${{ github.token }}