Skip to content

Commit 4dffdfa

Browse files
Upgrade to GitHub-native Dependabot
1 parent 311f56d commit 4dffdfa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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: pestphp/pest
10+
versions:
11+
- 1.0.0
12+
- 1.0.2
13+
- 1.0.3
14+
- 1.0.4

0 commit comments

Comments
 (0)