forgejo/renovate.json
2024-05-06 10:44:23 +02:00

11 lines
242 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"dependencyDashboard": true,
"kubernetes": {
"enabled": true,
"fileMatch": ["k8s/.+\\.yaml$"]
}
}