Explorar o código

chore: Added dependabot.yml

Owen Diffey %!s(int64=2) %!d(string=hai) anos
pai
achega
da5642bb4f
Modificáronse 1 ficheiros con 30 adicións e 0 borrados
  1. 30 0
      .github/dependabot.yml

+ 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"