chore: Add Dependabot configuration for pip dependencies

pull/15206/head
CaptainB 2025-04-10 11:46:15 +08:00 committed by Eric_Lee
parent 64393fe695
commit 1a01c0537c
1 changed files with 10 additions and 0 deletions

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