Skip to content

Commit

Permalink
Update dependabot-auto-approve.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikfroehling authored Mar 8, 2024
1 parent d743ba9 commit 26d805c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependabot-auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: Dependabot auto-approve

on: pull_request

permissions:
pull-requests: write

jobs:
dependabot-auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'dependabot[bot]'
steps:
- name: Dependabot metadata
Expand Down

0 comments on commit 26d805c

Please sign in to comment.