16 lines
259 B
JSON
16 lines
259 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"ignorePaths": [
|
|
"**/disabled/**"
|
|
],
|
|
"flux": {
|
|
"fileMatch": ["\\.yml$"]
|
|
},
|
|
"kubernetes": {
|
|
"fileMatch": ["\\.yml$"]
|
|
}
|
|
}
|