feat: Adds default renovate configuration

This commit is contained in:
Vincent Mahnke 2025-10-12 03:44:42 +02:00
commit def9854140

6
renovate.json Normal file
View file

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