Skip to content

build(deps-dev): bump the typescript-eslint group with 2 updates #706

build(deps-dev): bump the typescript-eslint group with 2 updates

build(deps-dev): bump the typescript-eslint group with 2 updates #706

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 }}