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
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ name: CI
workflow_dispatch:

jobs:
dependabot-automerge:
if: ${{ github.actor == 'dependabot[bot]' }}
permissions:
contents: write
pull-requests: write
checks: read
statuses: read
uses: leynos/shared-actions/.github/workflows/dependabot-automerge.yml@235d2d07b9a321364a742310873f6732d7228e72
build-test:
runs-on: ubuntu-latest
permissions:
Expand Down
Loading