chore(config): migrate config renovate.json

This commit is contained in:
Renovate Bot 2025-01-29 05:03:52 +00:00
parent f7ab583c6e
commit 5b64f30293
Signed by: renovate
GPG key ID: 3A0CE4E8FD0069E6

View file

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