From 3db17c9da499cdd7fcc98e65db94b38aab8e85bd Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Tue, 1 Oct 2024 16:26:27 -0400 Subject: [PATCH] github: ask Dependabot to look after pip updates Signed-off-by: Simon Deziel --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d9f58d42..0bae49d1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: labels: [] schedule: interval: "weekly" + - package-ecosystem: "pip" + directory: "/" + labels: [] + schedule: + interval: "weekly"