Ver código fonte

Enable Dependabot for JavaScript dependencies

rugk 5 meses atrás
pai
commit
bf32c7ea64
1 arquivos alterados com 4 adições e 0 exclusões
  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"