Skip to content

Commit

Permalink
fix(renovate): use the configured git endpoint directly
Browse files Browse the repository at this point in the history
  • Loading branch information
khuedoan committed Jan 30, 2022
1 parent 9b29eb3 commit 734ba9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platform/renovate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: renovate
version: 0.0.0
dependencies:
- name: renovate
version: 31.45.0
version: 31.62.0
repository: https://docs.renovatebot.com/helm-charts
5 changes: 3 additions & 2 deletions platform/renovate/values.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
renovate:
cronjob:
# schedule: '0 9 1 * *' # At 09:00 every month
schedule: '*/10 * * * *' # TODO remove after testing
schedule: '*/5 * * * *' # TODO remove after testing
suspend: false
renovate:
# TODO generate token automatically, this is just for testing
config: |
{
"platform": "gitea",
"endpoint": "https://git.khuedoan.com/api/v1",
"endpoint": "http://gitea-http.gitea:3000/api/v1",
"gitUrl": "endpoint",
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
"token": "31a914fe134384e4044a7d3f7f965bea7a5be5b0",
"autodiscover": false,
Expand Down

0 comments on commit 734ba9c

Please sign in to comment.