Skip to content

deps: bump @types/node from 26.1.0 to 26.1.1 #75

deps: bump @types/node from 26.1.0 to 26.1.1

deps: bump @types/node from 26.1.0 to 26.1.1 #75

name: Dependabot auto-merge
"on": pull_request
permissions: read-all
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
permissions:
contents: write
pull-requests: write
steps:
- name: Fetch Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 # v3.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Enable auto-merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}