renovate
Some checks failed
Deploy Gitea Pages / build-and-deploy (push) Failing after 6s

This commit is contained in:
2026-04-14 12:05:14 +02:00
parent 58ccc9fd2e
commit 0e8524b84a
5 changed files with 138 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
cronjob:
schedule: "@hourly"
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>"
}
envFrom:
- secretRef:
name: renovate-env
env:
LOG_LEVEL: debug
resources:
requests:
cpu: 250m
memory: 512Mi
limits:
cpu: "1"
memory: 1Gi