Explorar o código

Allow Dependabot to check Python dependencies (#4482)

John Losito %!s(int64=4) %!d(string=hai) anos
pai
achega
71d207ff19
Modificáronse 1 ficheiros con 4 adicións e 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"