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 1a5ca10 commit 66f8e6cCopy full SHA for 66f8e6c
.github/dependabot.yml
@@ -1,6 +1,10 @@
1
version: 2
2
updates:
3
- - package-ecosystem: "bundler" # See documentation for possible values
4
- directory: "graph-sample/" # Location of package manifests
+ - package-ecosystem: bundler # See documentation for possible values
+ directory: graph-sample/ # Location of package manifests
5
schedule:
6
- interval: "weekly"
+ interval: weekly
7
+ - package-ecosystem: github-actions
8
+ directory: /
9
+ schedule:
10
0 commit comments