From 2592582da6bb81f47c7f975ad45752f727e2d690 Mon Sep 17 00:00:00 2001 From: Ryan Soklaski Date: Mon, 17 Oct 2022 23:30:14 -0400 Subject: [PATCH] add pip dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 833c773a..65828a4e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly"