Files
homeprod/renovate.json
T
kosmos-ai-botandvhaudiquet 45f8f84cbc chore(renovate): drop self-hosted runner from this PR (merge config only)
Per review feedback: remove the self-hosted Renovate deployment
(kubernetes/code/renovate/* + root kustomization wiring) from this PR and
defer it to a follow-up. Keep the renovate.json config to merge now.

Also drop the postUpgradeTasks SOPS re-encrypt block: it depended on the
runner's boot.sh decrypt flow, and the hosted Mend app cannot run 'sops'
(allowedPostUpgradeCommands). SOPS handling returns with the deployment.
2026-08-26 19:58:55 +02:00

30 lines
644 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"schedule": [
"every weekend"
],
"prConcurrentLimit": 15,
"enabledManagers": [
"docker-compose",
"helm-values",
"helmv3"
],
"packageRules": [
{
"description": "docker-compose updates",
"matchManagers": [
"docker-compose"
],
"commitMessage": "chore(docker): bump {{{depName}}} in {{{packageFile}}}"
},
{
"description": "helm updates",
"matchManagers": [
"helm-values",
"helmv3"
],
"commitMessage": "chore(kube): bump {{{depName}}} in {{{packageFile}}}"
}
]
}