Explorar o código

feat: add dependabot config for keeping python packages updated

Jun Siang Cheah hai 1 ano
pai
achega
fe56c0a7ac
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  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:
+        - "*"