forgejo/renovate.json

14 lines
271 B
JSON
Raw Normal View History

2024-05-06 10:44:23 +02:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
2024-05-06 10:44:23 +02:00
],
"dependencyDashboard": true,
"kubernetes": {
"enabled": true,
"fileMatch": [
"k8s/.+\\.yaml$"
]
2024-05-06 10:44:23 +02:00
}
}