Files
mail/.github.bak/dependabot.yml
Z.To d54fd01001 存档 GitHub 配置并清理未使用的文件
- 将所有 `.github` 目录的内容移动到 `.github.bak` 进行归档
   - 更新 `.gitignore` 文件,添加 IDE、系统和二进制文件的忽略规则
   - 删除未使用的 `Dockerfile` 和 `pop.exe` 二进制文件
2026-04-09 22:17:48 +08:00

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:
- "*"