Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.58.0 to 6.3.0 #51

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.58.0 to 6.3.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.58.0 to 6.3.0 #51

Workflow file for this run

name: Auto merge Dependabot's PRs
on:
pull_request_target:
branches: [ master ]
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GH_PERMISSIONS_TOKEN }}