Adds default Renovate configuration #7

Merged
ViMaSter merged 1 commit from renovate into main 2025-10-12 04:13:01 +02:00
Showing only changes of commit def9854140 - Show all commits

feat: Adds default renovate configuration

Vincent Mahnke 2025-10-12 03:44:42 +02:00

6
renovate.json Normal file
View file

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