Skip to content

Commit 22d162d

Browse files
Upgrade to GitHub-native Dependabot (#132)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent a275ce2 commit 22d162d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: composer
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: orchestra/testbench
10+
versions:
11+
- 6.11.0
12+
- 6.12.0
13+
- 6.14.0
14+
- 6.16.0
15+
- 6.9.0
16+
- dependency-name: phpunit/phpunit
17+
versions:
18+
- 9.5.1
19+
- 9.5.2
20+
- 9.5.3
21+
- dependency-name: laravel/framework
22+
versions:
23+
- 8.25.0

0 commit comments

Comments
 (0)