k3s-configs/apps/gitea/renovate-bot-values.yaml

13 lines
262 B
YAML
Raw Normal View History

2023-11-28 21:39:39 +00:00
renovate:
config : |
{
2023-11-29 21:33:06 +00:00
"repositories": ["Cluster/k3s-configs", "Cluster/mlflow"]
2023-11-28 21:39:39 +00:00
}
persistence:
cache:
enabled: true
storageClass: retain-local-path
existingSecret: renovate-bot-secret
apiVersionOverrides:
cronjob: 'batch/v1'