From b95cb20704c3c2077b9a1a1883823fe6dd0643cf Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 25 Apr 2025 11:42:57 +0800 Subject: [PATCH] ci: add pip package ecosystem support to dependabot configuration --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2a5e6736d..5540c83c1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,4 +6,11 @@ updates: interval: "weekly" timezone: "Asia/Shanghai" day: "friday" - target-branch: "v2" \ No newline at end of file + target-branch: "v2" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + timezone: "Asia/Shanghai" + day: "friday" + target-branch: "main"