Skip to content

chore(deps): bump @typescript-eslint/parser from 8.19.1 to 8.20.0 #921

chore(deps): bump @typescript-eslint/parser from 8.19.1 to 8.20.0

chore(deps): bump @typescript-eslint/parser from 8.19.1 to 8.20.0 #921

Workflow file for this run

# Automatically merge Dependabot PRs when version comparison is within the range
# that is configured in .github/auto-merge.yml
name: Auto-Merge Dependabot PRs
on:
pull_request_target:
jobs:
auto-merge:
#if: github.actor == 'dependabot-preview'
runs-on: ubuntu-latest
steps:
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.AUTO_MERGE_TOKEN }}
#command: squash and merge