ci: add dependabot auto approve

pull/1516/head
nils måsén 1 year ago committed by GitHub
parent cfcbcac8b0
commit a0fe4a4694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,12 @@
name: Auto approve dependabot PRs
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'dependabot[bot]'
steps:
- uses: hmarr/auto-approve-action@v3
Loading…
Cancel
Save