Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Dependabot auto-merge

on:
pull_request_target:
types: [opened, reopened, synchronize, ready_for_review, labeled]
workflow_dispatch:

permissions:
contents: write
pull-requests: write
checks: read
statuses: read

jobs:
automerge:
if: github.actor == 'dependabot[bot]'
uses: leynos/shared-actions/.github/workflows/dependabot-automerge.yml@235d2d07b9a321364a742310873f6732d7228e72
Loading