mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
16 lines
325 B
YAML
16 lines
325 B
YAML
version: 2
|
|
registries:
|
|
pip_mirror:
|
|
type: python-index
|
|
url: https://mirrors.ustc.edu.cn/pypi/simple
|
|
updates:
|
|
- package-ecosystem: "uv"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "cron"
|
|
cronjob: "0 0 * * 6"
|
|
timezone: "Asia/Shanghai"
|
|
target-branch: "develop"
|
|
registries:
|
|
- pip_mirror
|