Parcourir la source

Allow Dependabot to check Python dependencies (#4482)

John Losito il y a 4 ans
Parent
commit
71d207ff19
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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"