11 lines
199 B
JSON
11 lines
199 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>vojtechmares/renovate-config"
|
|
],
|
|
"argocd": {
|
|
"fileMatch": [
|
|
"apps\/.+\\.yaml$"
|
|
]
|
|
}
|
|
}
|