From f35ad5a38b6f4d136491abd13ab4ad4ba7305ba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Tue, 9 Jul 2024 15:56:51 +0200 Subject: [PATCH] dx: enable Dependabot for Python packages --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ad0bd71143..485eff7331 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" +- package-ecosystem: "pip" + directory: "/server" + schedule: + interval: "weekly"