Parcourir la source

Add dependabot

For getting new version of dependencies
Zen il y a 3 ans
Parent
commit
32b261e835
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      .github/dependabot.yml

+ 6 - 0
.github/dependabot.yml

@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "npm"
+    directory: "/"
+    schedule:
+      interval: "daily"