Skip to content

Commit dc58033

Browse files
committed
Let dependabot only check for the composer file in webapp
1 parent aed9aac commit dc58033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ updates:
1717
allow:
1818
- dependency-type: "all"
1919
- package-ecosystem: "composer"
20-
directory: "/"
20+
directory: "/webapp"
2121
schedule:
2222
interval: "weekly"
2323
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)