From 373e97411c9a4f61914f791b9c17a32b7b17bd5f Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 2 Dec 2025 14:23:08 +0800 Subject: [PATCH] CI: configure dependabot to bump Python deps Signed-off-by: Jinzhe Zeng --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5855aef6c5..e30369fcea 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: schedule: interval: "weekly" target-branch: "devel" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + target-branch: "devel"