Run renovate bot every 5 minutes
This commit is contained in:
parent
e6fa0a477c
commit
c971e3156c
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ in
|
||||||
|
|
||||||
renovate = {
|
renovate = {
|
||||||
enable = true;
|
enable = true;
|
||||||
schedule = "*-*-* *:00:00";
|
schedule = "*:0/5";
|
||||||
credentials = {
|
credentials = {
|
||||||
RENOVATE_TOKEN = "/etc/renovate/token";
|
RENOVATE_TOKEN = "/etc/renovate/token";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue