forgejo/renovate.json

12 lines
242 B
JSON
Raw Normal View History

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