chore(ci): update workflows

This commit is contained in:
Jan Rundshagen 2024-07-08 10:04:50 +02:00
parent f9f982c144
commit 8d5eb97b1a
No known key found for this signature in database
GPG key ID: D39ECE260D6616C7
7 changed files with 2 additions and 32 deletions

View file

@ -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