Skip to content

Commit aa8bfd7

Browse files
Update dependabot.yml
1 parent e863333 commit aa8bfd7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/dependabot.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33

44
version: 2
55
updates:
6-
- package-ecosystem: "composer" # See documentation for possible values
7-
directory: "/" # Location of package manifests
6+
- package-ecosystem: "composer"
7+
directories:
8+
- "/"
9+
- "/packages/command-parsers-lib"
810
schedule:
911
interval: "weekly"
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+

0 commit comments

Comments
 (0)