ci: add Renovate configuration file

Introduce a new Renovate configuration in `renovate.json` to 
streamline dependency management. This configuration extends the 
recommended settings to ensure optimal update strategies.
This commit is contained in:
2025-10-21 09:07:17 +02:00
parent e141f67a90
commit 08157ae270
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}