Skip to content

Commit e4aa405

Browse files
Add Dependabot config
1 parent e0cccce commit e4aa405

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/dependabot.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: composer
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
timezone: America/Los_Angeles
8+
day: tuesday
9+
open-pull-requests-limit: 99
10+
ignore:
11+
- dependency-name: phpunit/phpunit
12+
versions:
13+
- ">= 8.a"
14+
- "< 9"
15+
- dependency-name: phpunit/phpunit
16+
versions:
17+
- ">= 9.a"
18+
- "< 10"
19+
- package-ecosystem: npm
20+
directory: "/"
21+
schedule:
22+
interval: weekly
23+
timezone: America/Los_Angeles
24+
day: tuesday
25+
open-pull-requests-limit: 99

0 commit comments

Comments
 (0)