chore: Add Dependabot configuration for pip dependencies

This commit is contained in:
CaptainB 2025-04-10 11:46:15 +08:00 committed by Eric_Lee
parent 64393fe695
commit 1a01c0537c

10
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:30"
timezone: "Asia/Shanghai"
target-branch: dev