Skip to content

Fix wrong dependabot-auto-approve hash #24

Fix wrong dependabot-auto-approve hash

Fix wrong dependabot-auto-approve hash #24

name: Dependabot Auto Manage
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: frequenz-floss/dependabot-auto-approve@3cad5f42e79296505473325ac6636be897c8b8a1 # v1.3.2
with:
dependency-type: 'all'
auto-merge: 'true'
merge-method: 'merge'
add-label: 'auto-merged'