Skip to content

build(deps-dev): bump typescript-eslint from 8.46.1 to 8.46.2 #94

build(deps-dev): bump typescript-eslint from 8.46.1 to 8.46.2

build(deps-dev): bump typescript-eslint from 8.46.1 to 8.46.2 #94

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase '${{ github.event.pull_request.html_url }}'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}