kub/renovate.json

8 lines
159 B
JSON
Raw Permalink Normal View History

2024-07-04 12:39:52 -04:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2024-07-07 00:02:17 -04:00
"extends": ["config:recommended"],
"kubernetes": {
"fileMatch": ["\\.yaml$"]
}
2024-07-04 12:39:52 -04:00
}