ci: add pip package ecosystem support to dependabot configuration

This commit is contained in:
CaptainB 2025-04-25 11:42:57 +08:00 committed by 刘瑞斌
parent 4ff1944b60
commit b95cb20704

View File

@ -6,4 +6,11 @@ updates:
interval: "weekly"
timezone: "Asia/Shanghai"
day: "friday"
target-branch: "v2"
target-branch: "v2"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
timezone: "Asia/Shanghai"
day: "friday"
target-branch: "main"