Add renovate config
This commit is contained in:
parent
4c8e46104c
commit
9e53da4c85
1 changed files with 17 additions and 1 deletions
|
@ -82,11 +82,27 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
renovate = {
|
||||
enable = true;
|
||||
schedule = "TODO";
|
||||
settings = {
|
||||
endpoint = "http://<url>.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"
|
||||
];
|
||||
}
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue