From 99c6fb48a79d3087acaba67d13bb4e660d66fa82 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 2a5e6736dfa..5540c83c162 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"