Parcourir la source

feat: add dependabot config for keeping python packages updated

Jun Siang Cheah il y a 1 an
Parent
commit
fe56c0a7ac
1 fichiers modifiés avec 11 ajouts et 0 suppressions
  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:
+        - "*"