Adding author

This commit is contained in:
Michael Hübner 2025-07-14 14:44:12 +02:00
parent 72136c32e6
commit 90d338e934

View file

@ -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" ];