diff --git a/configuration.nix b/configuration.nix index 5974c8e..26bf54b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -82,11 +82,27 @@ in }; }; + renovate = { + enable = true; + schedule = "TODO"; + settings = { + endpoint = "http://.de/api/v1/"; + token = ""; + persistRepoData = true; + platform = "forgejo"; + autodiscover = true; + onboardingConfig= { + extends= ["config:recommended"]; + }; + prCommitsPerRunLimit= 0; + }; + }; + cron = { enable = true; systemCronJobs = [ "* * * * * root ls -l / > /tmp/cronout 2>&1" ]; - } + }; }; } \ No newline at end of file