diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 4cf0eaf..dfbdbba 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -1,5 +1,7 @@ name: Dependabot auto-merge -on: pull_request +on: + pull_request_review: + types: [submitted] permissions: contents: write