Skip to content

Commit d2559dd

Browse files
committed
Update dependabot config
1 parent c73333a commit d2559dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
version: 2
77
updates:
88
- package-ecosystem: "pip" # See documentation for possible values
9-
directory: "/demo/graphtutorial" # Location of package manifests
9+
directory: "/user-auth/graphtutorial" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
- package-ecosystem: "pip" # See documentation for possible values
13+
directory: "/app-auth/graphapponlytutorial" # Location of package manifests
14+
schedule:
15+
interval: "weekly"

0 commit comments

Comments
 (0)