3fbe6c9be5
- 添加 vnpy_v4.4.0/ 目录到版本控制 - 删除嵌入的 .git 目录避免嵌套仓库 - 添加 README_SANGUO.md 说明来源和用途 - 更新 .gitignore 移除 vnpy_v4.4.0/ 忽略规则 上游代码信息: - 项目: VeighNa 量化交易平台 - 版本: 4.4.0 - 来源: https://github.com/vnpy/vnpy 用途: 版本参考、代码学习、差异对比、离线开发 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
35 lines
693 B
YAML
35 lines
693 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: pip
|
|
directory: /
|
|
target-branch: dev
|
|
open-pull-requests-limit: 5
|
|
schedule:
|
|
interval: weekly
|
|
day: monday
|
|
time: "09:00"
|
|
timezone: Asia/Shanghai
|
|
commit-message:
|
|
prefix: "chore(deps)"
|
|
include: scope
|
|
groups:
|
|
python:
|
|
update-types: [minor, patch]
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
target-branch: dev
|
|
open-pull-requests-limit: 5
|
|
schedule:
|
|
interval: weekly
|
|
day: monday
|
|
time: "09:00"
|
|
timezone: Asia/Shanghai
|
|
commit-message:
|
|
prefix: "chore(deps)"
|
|
include: scope
|
|
groups:
|
|
actions:
|
|
patterns: ["*"]
|