Adding author
This commit is contained in:
parent
72136c32e6
commit
90d338e934
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,7 @@ in
|
|||
|
||||
renovate = {
|
||||
enable = true;
|
||||
schedule = "*:0/5";
|
||||
schedule = "*:0/15";
|
||||
credentials = {
|
||||
RENOVATE_TOKEN = "/etc/renovate/token";
|
||||
};
|
||||
|
@ -105,6 +105,7 @@ in
|
|||
endpoint = "https://pts-paper.de/api/v1/";
|
||||
persistRepoData = true;
|
||||
platform = "gitea";
|
||||
gitAuthor = "Renovate <RenBotSCS@ptspaper.de>";
|
||||
autodiscover = true;
|
||||
onboardingConfig = {
|
||||
extends = [ "config:recommended" ];
|
||||
|
|
Loading…
Reference in a new issue