Extend default renovate config

This commit is contained in:
Nikolai Rodionov 2025-02-02 11:41:24 +01:00
parent 60fc238abd
commit 227a80fd97
Signed by: allanger
GPG Key ID: 09F8B434D0FDD99B

View File

@ -1,3 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}