From b81df96990c7014eee5c7d94cddda6e7727707dd Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Sat, 29 Oct 2022 21:55:53 -0700 Subject: [PATCH] track python dependencies --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c233282..2e1ff85 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,10 @@ updates: target-branch: "dev" schedule: # Check for updates to GitHub Actions every weekday - interval: "daily" \ No newline at end of file + interval: "daily" + + # Maintain dependencies for pip + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly"