Merge pull request #432 from vogler/renovate/configure

chore: Configure Renovate
This commit is contained in:
Ralf Vogler 2025-03-05 14:22:06 +01:00 committed by GitHub
commit ceb873ea0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
renovate.json Normal file
View file

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