MaxKB/.github/dependabot.yml
CaptainB b5fda0e020
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
chore: add dependabot configuration for weekly pip updates for v2
2025-04-18 13:58:11 +08:00

9 lines
182 B
YAML

version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
timezone: "Asia/Shanghai"
day: "friday"
target-branch: "v2"