Run renovate on a schedule and enable autodiscover
This commit is contained in:
parent
c96522fdfc
commit
2f4e529738
1 changed files with 2 additions and 0 deletions
|
|
@ -46,11 +46,13 @@
|
|||
|
||||
services.renovate = {
|
||||
enable = true;
|
||||
schedule = "*:0/10";
|
||||
credentials = {
|
||||
RENOVATE_TOKEN = config.age.secrets.renovate-token.path;
|
||||
RENOVATE_GITHUB_COM_TOKEN = config.age.secrets.renovate-github-com-token.path;
|
||||
};
|
||||
settings = {
|
||||
autodiscover = true;
|
||||
gitAuthor = "Renovate Bot <renovate@jfreudenberger.de>";
|
||||
platform = "forgejo";
|
||||
endpoint = "https://git.jfreudenberger.de";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue