We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f34cc commit 7101dbaCopy full SHA for 7101dba
.github/dependabot.yml
@@ -6,6 +6,10 @@
6
version: 2
7
updates:
8
- package-ecosystem: "pip" # See documentation for possible values
9
- directory: "/demo/graph_tutorial/" # Location of package manifests
+ directory: "/graph_tutorial/" # Location of package manifests
10
+ schedule:
11
+ interval: "weekly"
12
+ - package-ecosystem: "github-actions"
13
+ directory: "/"
14
schedule:
15
interval: "weekly"
0 commit comments