mirror of
https://github.com/outbackdingo/homelab.git
synced 2026-01-27 18:19:11 +00:00
37 lines
832 B
JSON
37 lines
832 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"paths": [
|
|
"apps/networking/unifi/**",
|
|
"apps/argocd/base/services/mlops/localai.yaml",
|
|
"apps/argocd/kustomization.yaml",
|
|
"apps/argocd/base/core/argocd.yaml",
|
|
"apps/argocd/Dockerfile",
|
|
"apps/argocd/base/services/gitea.yaml",
|
|
"apps/data/redis/kustomization.yaml",
|
|
"apps/home/**"
|
|
],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"argocd": {
|
|
"enabled": true,
|
|
"fileMatch": ["apps/argocd/.+\\.yaml$"]
|
|
},
|
|
"kustomize": {
|
|
"fileMatch": [
|
|
"(^|/)kustomization\\.ya?ml$"
|
|
],
|
|
"enabled": true
|
|
},
|
|
"pinDigests":true
|
|
}
|