Skip to content

Commit ad2f64a

Browse files
authored
Enable Dependabot auto-merge (#440)
1 parent 1c0660c commit ad2f64a

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)