08157ae270
Introduce a new Renovate configuration in `renovate.json` to streamline dependency management. This configuration extends the recommended settings to ensure optimal update strategies.
7 lines
114 B
JSON
7 lines
114 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
]
|
|
}
|