Skip to content

Commit 9c3bcf9

Browse files
committed
chore: fix dependabot package-ecosystem field for npm
1 parent 77222a9 commit 9c3bcf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "npm" # See documentation for possible values
109
directories:
1110
- "/"
1211
- "/test"

0 commit comments

Comments
 (0)