Explorar el Código

Change dependabot frequency to weekly

Jonatas Baldin hace 5 años
padre
commit
b5cbe8d993
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/dependabot.yml

+ 2 - 2
.github/dependabot.yml

@@ -3,12 +3,12 @@ updates:
   - package-ecosystem: "gomod"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"
 
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: "daily"
+      interval: "weekly"
 
   - package-ecosystem: "docker"
     directory: "/"