Skip to content

build(deps-dev): bump eslint from 9.37.0 to 9.38.0 #93

build(deps-dev): bump eslint from 9.37.0 to 9.38.0

build(deps-dev): bump eslint from 9.37.0 to 9.38.0 #93

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}}