feat(k8s/infrastructure): add self-hosted Renovate CronJob

This commit is contained in:
2026-03-19 21:21:52 +02:00
parent 0d58b82f3e
commit 4504edcf5c
4 changed files with 78 additions and 0 deletions

11
renovate.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommits",
],
"enabledManagers": ["kubernetes"],
"automergeType": "branch",
"ignoreTests": true,
"assignees": ["berezovskyi-oleksandr"]
}