Files
public-k3s/renovate.json
2025-05-01 19:17:16 +05:30

16 lines
259 B
JSON

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