Explorar el Código

Allow Dependabot to check Python dependencies (#4482)

John Losito hace 4 años
padre
commit
71d207ff19
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .github/dependabot.yml

+ 4 - 0
.github/dependabot.yml

@@ -4,3 +4,7 @@ updates:
     directory: "/"
     schedule:
       interval: "daily"
+  - package-ecosystem: "pip"
+    directory: "/"
+    schedule:
+      interval: "daily"