istal: run renovate every hour instead
This commit is contained in:
parent
6a5c564ebf
commit
c5e13f2ca7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
services.renovate = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.renovate;
|
||||
schedule = "0..3,10..23:00/15";
|
||||
schedule = "0..3,10..23:00";
|
||||
credentials = {
|
||||
RENOVATE_TOKEN = config.age.secrets.renovate-gitea-token.path;
|
||||
GITHUB_COM_TOKEN = config.age.secrets.renovate-github-token.path;
|
||||
|
|
Loading…
Reference in a new issue