Files
helm-k3s/renovate.json
Akshun Aggarwal e0c46dc5a2
All checks were successful
continuous-integration/drone Build is passing
Add renovate.json
2025-07-05 12:14:28 +00:00

13 lines
214 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"ignorePaths": [
"**/disabled/**"
],
"kubernetes": {
"fileMatch": ["\\.yaml$"]
}
}