0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 06:10:49 +08:00

在 README.md 中更新 Renovate 命令,添加日期输出以便于调试 [no ci]

This commit is contained in:
严浩
2024-10-16 17:06:37 +08:00
parent fe68e714a9
commit ae5d8214c0

View File

@ -37,7 +37,7 @@ x-common-services: &common-services
- tmp:/tmp
image: renovate/renovate
entrypoint: /bin/bash
command: -c "while true; do docker-entrypoint.sh renovate; sleep 1h; done"
command: -c "while true; do docker-entrypoint.sh renovate; date; sleep 1h; done"
x-common-env: &common-env
LOG_LEVEL: debug
TZ: Asia/Shanghai