Skip to content

Commit 53e115a

Browse files
authored
Enable Dependabot auto-merge (#995)
1 parent d984d76 commit 53e115a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: dependabot-auto-merge
2+
3+
on: pull_request
4+
5+
permissions:
6+
contents: write
7+
pull-requests: write
8+
9+
jobs:
10+
dependabot:
11+
if: ${{ github.actor == 'dependabot[bot]' }}
12+
uses: laravel/.github/.github/workflows/dependabot-auto-merge.yml@c265c45c41ccb723befb7a2b807dffff4595bd39

0 commit comments

Comments
 (0)