Browse Source

Enable Dependabot for JavaScript dependencies

rugk 5 months ago
parent
commit
bf32c7ea64
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/dependabot.yml

+ 4 - 0
.github/dependabot.yml

@@ -12,3 +12,7 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+ - package-ecosystem: "npm"
+   directory: "/js"
+   schedule:
+     interval: "daily"