- 将所有 `.github` 目录的内容移动到 `.github.bak` 进行归档 - 更新 `.gitignore` 文件,添加 IDE、系统和二进制文件的忽略规则 - 删除未使用的 `Dockerfile` 和 `pop.exe` 二进制文件
54 lines
996 B
YAML
54 lines
996 B
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "05:00"
|
|
timezone: "America/New_York"
|
|
labels:
|
|
- "dependencies"
|
|
commit-message:
|
|
prefix: "chore"
|
|
include: "scope"
|
|
groups:
|
|
all:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "05:00"
|
|
timezone: "America/New_York"
|
|
labels:
|
|
- "dependencies"
|
|
commit-message:
|
|
prefix: "chore"
|
|
include: "scope"
|
|
groups:
|
|
all:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "monday"
|
|
time: "05:00"
|
|
timezone: "America/New_York"
|
|
labels:
|
|
- "dependencies"
|
|
commit-message:
|
|
prefix: "chore"
|
|
include: "scope"
|
|
groups:
|
|
all:
|
|
patterns:
|
|
- "*"
|