We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 832a5f5 + 5d519d6 commit 6a58383Copy full SHA for 6a58383
.github/workflows/dependabot-auto-merge.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Dependabot metadata
15
id: metadata
16
- uses: dependabot/fetch-metadata@v1.3.6
+ uses: dependabot/fetch-metadata@v1.6.0
17
with:
18
github-token: "${{ secrets.GITHUB_TOKEN }}"
19
composer.json
@@ -46,7 +46,10 @@
46
"test-coverage": "vendor/bin/pest --coverage"
47
},
48
"config": {
49
- "sort-packages": true
+ "sort-packages": true,
50
+ "allow-plugins": {
51
+ "pestphp/pest-plugin": true
52
+ }
53
54
"extra": {
55
"laravel": {
@@ -60,4 +63,4 @@
60
63
61
64
"minimum-stability": "dev",
62
65
"prefer-stable": true
-}
66
+}
0 commit comments