Procházet zdrojové kódy

feat(CI): dependabot: add `npm` and `pip`

Rotzbua před 2 roky
rodič
revize
e03b9d27d6
1 změnil soubory, kde provedl 28 přidání a 0 odebrání
  1. 28 0
      .github/dependabot.yml

+ 28 - 0
.github/dependabot.yml

@@ -11,3 +11,31 @@ updates:
       interval: "monthly"
       timezone: "Europe/Berlin"
       time: "05:00"
+  - package-ecosystem: "npm"
+    directory: "www/webapp/"
+    schedule:
+      interval: "weekly"
+      timezone: "Europe/Berlin"
+      day: "monday"
+      time: "05:00"
+  - package-ecosystem: "pip"
+    directory: "api/"
+    schedule:
+      interval: "weekly"
+      timezone: "Europe/Berlin"
+      day: "monday"
+      time: "05:00"
+  - package-ecosystem: "pip"
+    directory: "docs/"
+    schedule:
+      interval: "weekly"
+      timezone: "Europe/Berlin"
+      day: "monday"
+      time: "05:00"
+  - package-ecosystem: "pip"
+    directory: "test/e2e2/"
+    schedule:
+      interval: "weekly"
+      timezone: "Europe/Berlin"
+      day: "monday"
+      time: "05:00"