We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f70c0 commit c14cbb8Copy full SHA for c14cbb8
1 file changed
.github/dependabot.yml
@@ -79,10 +79,9 @@ updates:
79
- "自动化:提交"
80
- "Dependabot"
81
- package-ecosystem: "maven"
82
- directory: "meta-bom/bom-graalvm"
+ directory: "/meta-bom/bom-graalvm"
83
schedule:
84
interval: "daily"
85
- # day: "sunday" # 明确指定周日(关键!)
86
time: "22:35" # 每周 UTC 时间 22:30 检查
87
timezone: "Asia/Shanghai" # 时区设置
88
target-branch: "dependabot"
@@ -103,7 +102,6 @@ updates:
103
102
directory: "/meta-bom/bom-sdk"
104
105
106
107
time: "22:40" # 每周 UTC 时间 22:30 检查
108
109
0 commit comments