Browse Source

fix(security): enable Dependabot for Yarn

Signed-off-by: squat <lserven@gmail.com>
squat 2 months ago
parent
commit
7b25da2bca
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/dependabot.yml

+ 4 - 0
.github/dependabot.yml

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