--- apiVersion: renovate-operator.mogenius.com/v1alpha1 kind: RenovateJob metadata: name: renovate namespace: renovate-operator spec: schedule: "0 * * * *" provider: name: forgejo endpoint: https://code.peterg.nl/api/v1/ image: ghcr.io/renovatebot/renovate:43.161.0 secretRef: renovate-operator-secrets parallelism: 1 skipForks: true extraVolumes: - name: renovate-config configMap: name: renovate-config extraVolumeMounts: - name: renovate-config mountPath: /config extraEnv: - name: LOG_LEVEL value: debug - name: RENOVATE_CONFIG_FILE value: /config/config.js - name: RENOVATE_DETECT_HOST_RULES_FROM_ENV value: "true"