Explorar o código

ci: enable Dependabot checks for Python

Nicolas Duchon %!s(int64=3) %!d(string=hai) anos
pai
achega
b01d6dd9cc
Modificáronse 1 ficheiros con 8 adicións e 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"