Skip to content

Commit 7101dba

Browse files
authored
Update dependabot.yml
1 parent 46f34cc commit 7101dba

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/graph_tutorial/" # Location of package manifests
9+
directory: "/graph_tutorial/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
1014
schedule:
1115
interval: "weekly"

0 commit comments

Comments
 (0)