Skip to content

Bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 #1015

Bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0

Bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 #1015

Workflow file for this run

name: Auto-Merge Dependabot PRs
on:
pull_request_target:
permissions:
pull-requests: write
contents: write
jobs:
auto-merge:
name: Auto-Merge Dependabot PRs
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.AUTO_MERGE_TOKEN }}