Some checks failed
Deploy Gitea Pages / build-and-deploy (push) Failing after 5m15s
46 lines
997 B
YAML
46 lines
997 B
YAML
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 <renovate@forteapps.net>",
|
|
"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
|