mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-21 16:36:05 +00:00
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.
30 lines
644 B
JSON
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}}}"
|
|
}
|
|
]
|
|
}
|