Skip to content

chore(deps): bump actions/dependency-review-action from 4 to 5 in the github-actions group across 1 directory #417

chore(deps): bump actions/dependency-review-action from 4 to 5 in the github-actions group across 1 directory

chore(deps): bump actions/dependency-review-action from 4 to 5 in the github-actions group across 1 directory #417

name: Dependabot Auto-Merge
on:
pull_request:
branches:
- main
permissions: {}
jobs:
dependabot:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v3
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}