Skip to content

Commit 15cd852

Browse files
authored
Update dependabot.yml
1 parent 8acd88b commit 15cd852

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,31 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "monthly"
12+
- package-ecosystem: "composer" # See documentation for possible values
13+
directory: "/" # Location of package manifests
14+
schedule:
15+
interval: "monthly"
16+
- package-ecosystem: "composer" # See documentation for possible values
17+
directory: "/src/Common" # Location of package manifests
18+
schedule:
19+
interval: "monthly"
20+
labels:
21+
- "dependencies"
22+
- "php"
23+
- "common"
24+
- package-ecosystem: "composer" # See documentation for possible values
25+
directory: "/src/Http" # Location of package manifests
26+
schedule:
27+
interval: "monthly"
28+
labels:
29+
- "dependencies"
30+
- "php"
31+
- "http"
32+
- package-ecosystem: "composer" # See documentation for possible values
33+
directory: "/src/Plugin" # Location of package manifests
34+
schedule:
35+
interval: "monthly"
36+
labels:
37+
- "dependencies"
38+
- "php"
39+
- "plugin"

0 commit comments

Comments
 (0)