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 = {
|
renovate = {
|
||||||
enable = true;
|
enable = true;
|
||||||
schedule = "*:0/5";
|
schedule = "*:0/15";
|
||||||
credentials = {
|
credentials = {
|
||||||
RENOVATE_TOKEN = "/etc/renovate/token";
|
RENOVATE_TOKEN = "/etc/renovate/token";
|
||||||
};
|
};
|
||||||
|
@ -105,6 +105,7 @@ in
|
||||||
endpoint = "https://pts-paper.de/api/v1/";
|
endpoint = "https://pts-paper.de/api/v1/";
|
||||||
persistRepoData = true;
|
persistRepoData = true;
|
||||||
platform = "gitea";
|
platform = "gitea";
|
||||||
|
gitAuthor = "Renovate <RenBotSCS@ptspaper.de>";
|
||||||
autodiscover = true;
|
autodiscover = true;
|
||||||
onboardingConfig = {
|
onboardingConfig = {
|
||||||
extends = [ "config:recommended" ];
|
extends = [ "config:recommended" ];
|
||||||
|
|
Loading…
Reference in a new issue