convert to json5

This commit is contained in:
2025-03-13 23:46:08 -05:00
parent f6f833a87c
commit ade34a0f9f

View File

@@ -164,7 +164,7 @@ renovate:
- name: RENOVATE_BASE_DIR - name: RENOVATE_BASE_DIR
value: /tmp/renovate/ value: /tmp/renovate/
- name: RENOVATE_CONFIG_FILE - name: RENOVATE_CONFIG_FILE
value: /opt/renovate/config.json value: /opt/renovate/config.json5
- name: RENOVATE_REDIS_URL - name: RENOVATE_REDIS_URL
value: redis://gitea-renovate-valkey-primary.gitea:6379 value: redis://gitea-renovate-valkey-primary.gitea:6379
- name: LOG_LEVEL - name: LOG_LEVEL
@@ -180,11 +180,11 @@ renovate:
config: config:
enabled: true enabled: true
data: data:
config.json: | config.json5: |
{ {
"repositories": [ repositories: [
"alexlebens/helm-charts", 'alexlebens/helm-charts',
"alexlebens/grafana-dashboards" 'alexlebens/grafana-dashboards',
], ],
} }
persistence: persistence:
@@ -195,10 +195,10 @@ renovate:
advancedMounts: advancedMounts:
main: main:
main: main:
- path: /opt/renovate/config.json - path: /opt/renovate/config.json5
readOnly: true readOnly: true
mountPropagation: None mountPropagation: None
subPath: config.json subPath: config.json5
ssh: ssh:
enabled: true enabled: true
type: secret type: secret