add npm to dependabot.yml

This commit is contained in:
Shizun Ge
2023-02-23 20:23:37 -08:00
parent b6c1c180c9
commit 28b4f2d09d

View File

@@ -17,3 +17,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"