From b5c91eaa02c13b72e9a9f92dccbeeebac368cf53 Mon Sep 17 00:00:00 2001 From: Jeff MAURY Date: Wed, 12 Jun 2024 15:02:28 +0200 Subject: [PATCH] fix: update dependabot with pip Fixes #19 Signed-off-by: Jeff MAURY --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dcea17d..e97b55d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,9 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 10 + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10