chore: Automatically approve dependabot PRs (#4014)

Dependabot is annoying but now it makes merging it's PRs a
little bit easier!
This commit is contained in:
Kyle Carberry
2022-09-12 16:56:38 +00:00
committed by GitHub
parent 42d1b5e4ba
commit 0551a6cba2
+13
View File
@@ -0,0 +1,13 @@
# Dependabot is annoying, but this makes it a bit less so.
name: Auto Approve Dependabot
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v2
if: github.actor == 'dependabot[bot]'