We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec94e13 commit b6cb10fCopy full SHA for b6cb10f
.github/dependabot.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "composer"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
+ open-pull-requests-limit: 10
8
+ reviewers:
9
+ - "Gummibeer"
10
+ - package-ecosystem: "github-actions"
11
12
13
14
15
.github/workflows/pest.yml
@@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- php: [8.2, 8.1]
- laravel: [^10.0, ^9.0, ^8.0]
+ php: [8.3, 8.2, 8.1]
+ laravel: [^10.0]
16
dependency-version: [prefer-lowest, prefer-stable]
17
18
steps:
0 commit comments