We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0660c commit ad2f64aCopy full SHA for ad2f64a
1 file changed
.github/workflows/dependabot-auto-merge.yml
@@ -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