浏览代码

ci: enable Dependabot checks for Python

Nicolas Duchon 3 年之前
父节点
当前提交
b01d6dd9cc
共有 1 个文件被更改,包括 8 次插入0 次删除
  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"