Forráskód Böngészése

chore: Added dependabot.yml

Owen Diffey 2 éve
szülő
commit
881c97cf92

+ 30 - 0
.github/dependabot.yml

@@ -0,0 +1,30 @@
+version: 2
+updates:
+
+  # Maintain dependencies for GitHub Actions
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    target-branch: "staging"
+    schedule:
+      interval: "daily"
+
+  # Maintain dependencies for backend npm
+  - package-ecosystem: "npm"
+    directory: "/backend"
+    target-branch: "staging"
+    schedule:
+      interval: "daily"
+
+  # Maintain dependencies for frontend npm
+  - package-ecosystem: "npm"
+    directory: "/frontend"
+    target-branch: "staging"
+    schedule:
+      interval: "daily"
+
+  # Maintain dependencies for docker
+  - package-ecosystem: "docker"
+    directory: "/"
+    target-branch: "staging"
+    schedule:
+      interval: "daily"

+ 0 - 0
frontend/src/store/modules/modals/manageStation.js