Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0 #3695

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0 #3695

Workflow file for this run

name: Dependabot
on: pull_request_target
jobs:
approve:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v2
with:
github-token: "${{ secrets.GH_TOKEN }}"
script: |
await github.issues.createComment({
owner: context.payload.repository.owner.login,
repo: context.payload.repository.name,
issue_number: context.payload.pull_request.number,
body: '@dependabot merge'
})