From 23e42eabdfc701388c304360cf7bf5a7f272a7bc Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 25 Nov 2021 20:27:48 -0500 Subject: [PATCH] add pip to dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0ddd181d..cbfbb4ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,8 @@ updates: schedule: interval: daily target-branch: main + - package-ecosystem: pip + directory: "/" + schedule: + interval: daily + target-branch: main