浏览代码

feat: add dependabot config for keeping python packages updated

Jun Siang Cheah 1 年之前
父节点
当前提交
fe56c0a7ac
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      .github/dependabot.yml

+ 11 - 0
.github/dependabot.yml

@@ -0,0 +1,11 @@
+version: 2
+updates:
+- package-ecosystem: pip
+  directory: "/backend"
+  schedule:
+    interval: daily
+    time: "13:00"
+  groups:
+    python-packages:
+      patterns:
+        - "*"