Files
home-cluster-ops/infrastructures/renovate/base/configmap.yaml
2024-07-20 14:01:52 +10:00

14 lines
311 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: renovate-config-js
namespace: renovate
labels:
app.kubernetes.io/name: renovate
data:
config.js: |
module.exports = {
// Enter self-hosted configuration options here.
// https://docs.renovatebot.com/self-hosted-configuration/
}