Browse Source

Allow Dependabot to check Python dependencies (#4482)

John Losito 4 years ago
parent
commit
71d207ff19
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/dependabot.yml

+ 4 - 0
.github/dependabot.yml

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