Update auto_approve_dependabot.yml
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 13 Feb 2024 14:39:21 +0000 (15:39 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2024 14:39:21 +0000 (15:39 +0100)
.github/workflows/auto_approve_dependabot.yml

index 8b137891791fe96927ad78e64b0aad7bded08bdc..adfed5514945fd9c291e74e421bea994a9c0e4f8 100644 (file)
@@ -1 +1,12 @@
+name: Auto approve Dependabot PR's
 
+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@v4