mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 02:24:30 +08:00
20 lines
497 B
YAML
20 lines
497 B
YAML
version: 2
|
|
updates:
|
|
# ===== NuGet 依赖(所有项目)=====
|
|
- package-ecosystem: "nuget"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 5
|
|
ignore:
|
|
# 忽略所有依赖的大版本升级(框架项目非常建议)
|
|
- dependency-name: "*"
|
|
update-types:
|
|
- "version-update:semver-major"
|
|
|
|
# ===== GitHub Actions =====
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|