diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml new file mode 100644 index 00000000..bb5cb319 --- /dev/null +++ b/.github/workflows/dependabot-automerge.yml @@ -0,0 +1,15 @@ +name: Dependabot Auto-merge + +on: + pull_request: + types: [opened, reopened, synchronize, ready_for_review] + workflow_dispatch: + +permissions: + contents: write + pull-requests: write + +jobs: + dependabot-automerge: + uses: leynos/shared-actions/.github/workflows/dependabot-automerge.yml@235d2d07b9a321364a742310873f6732d7228e72 + secrets: inherit