Explorar el Código

ci: check test suite dependencies weekly

Nicolas Duchon hace 2 años
padre
commit
43eed7d0df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/dependabot.yml

+ 1 - 1
.github/dependabot.yml

@@ -15,7 +15,7 @@ updates:
   - package-ecosystem: "pip"
     directory: "/test/requirements"
     schedule:
-      interval: "daily"
+      interval: "weekly"
     commit-message:
       prefix: "ci"
     labels: