Skip to content

ci(deps): bump actions/checkout from 4 to 6 #12

ci(deps): bump actions/checkout from 4 to 6

ci(deps): bump actions/checkout from 4 to 6 #12

Workflow file for this run

name: Dependabot Auto-Approve
on:
pull_request_target:
types: [opened, synchronize]
permissions:
contents: write
pull-requests: write
jobs:
auto-approve:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Auto-approve Dependabot PRs
uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-merge:
runs-on: ubuntu-latest
needs: auto-approve
if: github.actor == 'dependabot[bot]'
steps:
- name: Auto-merge Dependabot PRs
uses: pascalgn/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
merge_method: squash