core-deployments/renovate.json

9 lines
209 B
JSON
Raw Normal View History

2024-02-11 02:55:41 +01:00
{
2024-02-11 04:36:56 +01:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
2024-02-11 04:55:46 +01:00
"enabledManagers": ["argocd"],
2024-02-11 04:45:42 +01:00
"argocd": {
2024-02-14 15:55:48 +01:00
"fileMatch": ["^app-files/core-deployments\\.yaml$"]
2024-02-11 04:36:56 +01:00
}
2024-02-11 02:55:41 +01:00
}