Skip to content

Commit e94320a

Browse files
authored
feat: update dependabot
1 parent 7518031 commit e94320a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "" # See documentation for possible values
4-
directory: "/" # Location of package manifests
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
- package-ecosystem: "npm"
8+
directory: "/example"
59
schedule:
610
interval: "weekly"

0 commit comments

Comments
 (0)