Attempt to fix time format

This commit is contained in:
Michael Hübner 2025-07-14 14:11:47 +02:00
parent c46a5cf1fe
commit e6fa0a477c

View file

@ -97,7 +97,7 @@ in
renovate = {
enable = true;
schedule = "1 h";
schedule = "*-*-* *:00:00";
credentials = {
RENOVATE_TOKEN = "/etc/renovate/token";
};