Skip to content

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.11.0 #2756

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.11.0

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.11.0 #2756

name: Auto-merge Dependabot PRs
on: pull_request_target
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout project source
uses: actions/[email protected]
- name: Dependabot Auto Merge
uses: ahmadnassri/[email protected]
with:
# Auto merge even major changes as long as the tests all pass
target: major
github-token: ${{secrets.AUTO_MERGE_TOKEN}}
command: squash and merge