Add renovate config
This commit is contained in:
parent
7e9d52961d
commit
50267be66a
1 changed files with 2 additions and 2 deletions
|
@ -99,10 +99,10 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
schedule = "1 h";
|
schedule = "1 h";
|
||||||
credentials = {
|
credentials = {
|
||||||
RENOVATE_TOKEN = "/etc/renovate/token";
|
RENOVATE_TOKEN = "199bcb355567e75a3c2c6f58c2c20e46939f1652";
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
endpoint = "http://localhost/api/v1/";
|
endpoint = "https://pts-paper.de/api/v1/";
|
||||||
persistRepoData = true;
|
persistRepoData = true;
|
||||||
platform = "forgejo";
|
platform = "forgejo";
|
||||||
autodiscover = true;
|
autodiscover = true;
|
||||||
|
|
Loading…
Reference in a new issue