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