Skip to content

chore(deps-dev): bump typescript-eslint from 8.65.0 to 8.68.0 #193

chore(deps-dev): bump typescript-eslint from 8.65.0 to 8.68.0

chore(deps-dev): bump typescript-eslint from 8.65.0 to 8.68.0 #193

name: Dependabot Auto Merge
on:
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: write
pull-requests: write
jobs:
enable-auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Fetch Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Enable auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}