diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml new file mode 100644 index 0000000..83de167 --- /dev/null +++ b/.github/workflows/auto-merge.yml @@ -0,0 +1,17 @@ +name: Auto-merge Dependabot PRs + +on: + pull_request: + types: [opened, synchronize, reopened, ready_for_review] + check_suite: + types: [completed] + +permissions: + contents: write + pull-requests: write + checks: read + +jobs: + auto-merge: + uses: actionsforge/actions/.github/workflows/dependabot-auto-merge.yml@main + secrets: inherit