Parcourir la source

fix(security): enable Dependabot for Yarn

Signed-off-by: squat <lserven@gmail.com>
squat il y a 2 mois
Parent
commit
7b25da2bca
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      .github/dependabot.yml

+ 4 - 0
.github/dependabot.yml

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