Prechádzať zdrojové kódy

Merge pull request #2319 from DonaldKellett/feature/dependabot

Configure Dependabot to update NPM dependencies under /ui
Matt Ray 2 rokov pred
rodič
commit
f01332e1d8
1 zmenil súbory, kde vykonal 6 pridanie a 0 odobranie
  1. 6 0
      .github/dependabot.yml

+ 6 - 0
.github/dependabot.yml

@@ -11,3 +11,9 @@ updates:
     directory: "/"
     directory: "/"
     schedule:
     schedule:
       interval: "weekly"
       interval: "weekly"
+
+  # Dependencies listed in ui/package.json
+  - package-ecosystem: "npm"
+    directory: "/ui"
+    schedule:
+      interval: "weekly"