Explorar el Código

Merge remote-tracking branch 'origin/master' into staging

Owen Diffey hace 2 años
padre
commit
a08738029d
Se han modificado 1 ficheros con 15 adiciones y 5 borrados
  1. 15 5
      .github/dependabot.yml

+ 15 - 5
.github/dependabot.yml

@@ -6,32 +6,42 @@ updates:
     directory: "/"
     target-branch: "staging"
     schedule:
-      interval: "daily"
+      interval: "weekly"
+      day: "friday"
+      time: "12:00"
 
   # Maintain dependencies for backend npm
   - package-ecosystem: "npm"
     directory: "/backend"
     target-branch: "staging"
     schedule:
-      interval: "daily"
+      interval: "weekly"
+      day: "friday"
+      time: "12:00"
 
   # Maintain dependencies for backend docker
   - package-ecosystem: "docker"
     directory: "/backend"
     target-branch: "staging"
     schedule:
-      interval: "daily"
+      interval: "weekly"
+      day: "friday"
+      time: "12:00"
 
   # Maintain dependencies for frontend npm
   - package-ecosystem: "npm"
     directory: "/frontend"
     target-branch: "staging"
     schedule:
-      interval: "daily"
+      interval: "weekly"
+      day: "friday"
+      time: "12:00"
 
   # Maintain dependencies for frontend docker
   - package-ecosystem: "docker"
     directory: "/frontend"
     target-branch: "staging"
     schedule:
-      interval: "daily"
+      interval: "weekly"
+      day: "friday"
+      time: "12:00"