From f34ff54814b86636a1bd0ccd0789f1440b12ab21 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 18 Apr 2025 13:54:31 +0800 Subject: [PATCH] chore: add dependabot configuration for weekly pip updates for v2 --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..2a5e6736dfa --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + timezone: "Asia/Shanghai" + day: "friday" + target-branch: "v2" \ No newline at end of file