Explorar el Código

ci: enable Dependabot checks for Python

Nicolas Duchon hace 3 años
padre
commit
b01d6dd9cc
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      .github/dependabot.yml

+ 8 - 0
.github/dependabot.yml

@@ -9,3 +9,11 @@ updates:
     labels:
       - "type/build"
       - "scope/dockerfile"
+
+  # Maintain Python dependencies (test suite)
+  - package-ecosystem: "pip"
+    directory: "/test/requirements"
+    schedule:
+      interval: "daily"
+    labels:
+      - "type/ci"