9 lines
179 B
JSON
9 lines
179 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"kubernetes": {
|
|
"fileMatch": [
|
|
"k8s/.+\\.yaml$"
|
|
],
|
|
"ignorePaths": ["**/bundle.yaml"]
|
|
}
|
|
}
|