Skip to content

Commit 66f8e6c

Browse files
committed
Add GitHub actions to dependabot config
1 parent 1a5ca10 commit 66f8e6c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "bundler" # See documentation for possible values
4-
directory: "graph-sample/" # Location of package manifests
3+
- package-ecosystem: bundler # See documentation for possible values
4+
directory: graph-sample/ # Location of package manifests
55
schedule:
6-
interval: "weekly"
6+
interval: weekly
7+
- package-ecosystem: github-actions
8+
directory: /
9+
schedule:
10+
interval: weekly

0 commit comments

Comments
 (0)