cronjob: schedule: "@daily" concurrencyPolicy: Forbid renovate: config: | { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "platform": "gitea", "endpoint": "https://git.forteapps.net", "autodiscover": true, "gitAuthor": "Renovate Bot ", "packageRules": [ { "matchRepositories": ["**/10x"], "assignees": ["edvard.unsvag"], "reviewers": ["edvard.unsvag"] }, { "matchRepositories": ["**/auth-sidecar"], "assignees": ["danijel.simeunovic"], "reviewers": ["danijel.simeunovic"] }, { "matchRepositories": ["**/forte-helm"], "assignees": ["danijel.simeunovic"], "reviewers": ["danijel.simeunovic"] } ] } envFrom: - secretRef: name: renovate-env env: LOG_LEVEL: debug resources: requests: cpu: 500m memory: 1Gi limits: cpu: "2" memory: 4Gi