2024-10-15 11:25:11 +00:00
|
|
|
{
|
2025-02-28 14:40:48 +00:00
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2025-02-28 14:29:40 +00:00
|
|
|
"argocd": {
|
|
|
|
"fileMatch": ["everything-app/.+\\.yaml$"]
|
2025-02-28 14:47:58 +00:00
|
|
|
},
|
|
|
|
"kubernetes": {
|
|
|
|
"fileMatch": [
|
|
|
|
"apps-kustomized/.+\\.yaml$",
|
|
|
|
"apps-helm/.+/tempates/.+\\.yaml"
|
|
|
|
]
|
2025-02-28 14:29:40 +00:00
|
|
|
}
|
2024-10-15 11:25:11 +00:00
|
|
|
}
|