12 lines
252 B
JSON
12 lines
252 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"argocd": {
|
|
"fileMatch": ["everything-app/.+\\.yaml$"]
|
|
},
|
|
"kubernetes": {
|
|
"fileMatch": [
|
|
"apps-kustomized/.+\\.yaml$",
|
|
"apps-helm/.+/tempates/.+\\.yaml"
|
|
]
|
|
}
|
|
}
|