From 68dd0644c91dbf2135b5cde6d136fc99f76bf7dd Mon Sep 17 00:00:00 2001 From: Bradley Lowekamp Date: Wed, 6 Mar 2024 15:39:46 -0500 Subject: [PATCH] Add pip to dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0318fac..fbd1149 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,9 @@ updates: schedule: interval: "weekly" day: "sunday" + - package-ecosystem: "pip" + directory: "/" + versioning-strategy: "increase-if-necessary" + schedule: + interval: "weekly" + day: "sunday" \ No newline at end of file