Skip to content

Commit 2ee34f3

Browse files
authored
Update dependabot.yml
1 parent 8080871 commit 2ee34f3

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

Diff for: .github/dependabot.yml

+2-14
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ updates:
66
interval: weekly
77
day: wednesday
88
groups:
9-
php-production-dependencies:
10-
dependency-type: "production"
11-
update-types:
12-
- "minor"
13-
- "patch"
14-
php-dev-dependencies:
15-
dependency-type: "development"
9+
php-dependencies:
1610
update-types:
1711
- "minor"
1812
- "patch"
@@ -26,13 +20,7 @@ updates:
2620
interval: weekly
2721
day: wednesday
2822
groups:
29-
js-production-dependencies:
30-
dependency-type: "production"
31-
update-types:
32-
- "minor"
33-
- "patch"
34-
js-dev-dependencies:
35-
dependency-type: "development"
23+
js-dependencies:
3624
update-types:
3725
- "minor"
3826
- "patch"

0 commit comments

Comments
 (0)