Skip to content

chore(deps): bump js-yaml from 4.1.1 to 4.2.0 #40

chore(deps): bump js-yaml from 4.1.1 to 4.2.0

chore(deps): bump js-yaml from 4.1.1 to 4.2.0 #40

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