Skip to content

Use commit hash for dependabot-auto-approve action #6

Use commit hash for dependabot-auto-approve action

Use commit hash for dependabot-auto-approve action #6

name: Auto-merge Dependabot PRs
on:
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Auto-merge Dependabot PR
uses: frequenz-floss/dependabot-auto-approve@005e52004f5d5c6af2f81b89ec25e5cf6f3dfd77 # v1.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
merge-method: 'merge'