From 71d207ff19ea766d5e4ee7ad67b8fcf3a17c2ac4 Mon Sep 17 00:00:00 2001 From: John Losito Date: Fri, 25 Dec 2020 09:44:46 -0500 Subject: [PATCH] Allow Dependabot to check Python dependencies (#4482) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 123014908..47a31bc9d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily"