fix(renovate): use HTTPS Gitea endpoint via Ingress

This commit is contained in:
Khue Doan 2022-01-30 17:00:33 +07:00
parent 0aefd5a94f
commit 9b29eb38ab

View File

@ -8,7 +8,7 @@ renovate:
config: |
{
"platform": "gitea",
"endpoint": "http://gitea-http.gitea:3000/api/v1",
"endpoint": "https://git.khuedoan.com/api/v1",
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
"token": "31a914fe134384e4044a7d3f7f965bea7a5be5b0",
"autodiscover": false,