Ver código fonte

feat: add dependabot config for keeping python packages updated

Jun Siang Cheah 1 ano atrás
pai
commit
fe56c0a7ac
1 arquivos alterados com 11 adições e 0 exclusões
  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:
+        - "*"