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"