Skip to content

Bump @typescript-eslint/parser from 7.14.1 to 7.15.0 #1696

Bump @typescript-eslint/parser from 7.14.1 to 7.15.0

Bump @typescript-eslint/parser from 7.14.1 to 7.15.0 #1696

name: Enable automerge on dependabot PRs
on:
pull_request_target:
jobs:
autoapprove:
name: Auto-Approve a PR by dependabot
runs-on: ubuntu-latest
steps:
- name: Auto approve
uses: cognitedata/[email protected]
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE_PERSONAL_ACCESS_TOKEN }}
automerge:
name: Enable automerge on dependabot PRs
needs: autoapprove
runs-on: ubuntu-latest
steps:
- name: Enable automerge on dependabot PRs
uses: daneden/enable-automerge-action@v1
with:
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE_PERSONAL_ACCESS_TOKEN }}