chore: bump @typescript-eslint/parser from 7.17.0 to 8.54.0 #9527
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 'Merge Dependencies' | |
| # https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/60#issuecomment-806027389 | |
| on: [pull_request_target] | |
| jobs: | |
| auto-merge: | |
| runs-on: ubuntu-latest | |
| # Guarantee that commit comes from Dependabot (don't blindly trust external GitHub Actions) | |
| if: github.actor == 'dependabot[bot]' | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4.2.2 | |
| - name: 'Automerge dependency updates from Dependabot' | |
| uses: ahmadnassri/action-dependabot-auto-merge@v2.6.6 | |
| with: | |
| github-token: ${{ secrets.WEBTEAM_AUTOMERGE_TOKEN }} |