返回 last30days-skill
dependabot.yml
根目录 / .github / dependabot.yml
1 version: 2
2 updates:
3 - package-ecosystem: github-actions
4 directory: /
5 schedule:
6 interval: weekly
7 cooldown:
8 default-days: 7
9
10 - package-ecosystem: uv
11 directory: /
12 schedule:
13 interval: weekly
14 cooldown:
15 default-days: 7
16
17 - package-ecosystem: gomod
18 directory: /mcp
19 schedule:
20 interval: weekly
21 cooldown:
22 default-days: 7
23
23 lines YAML