Initial commit

This commit is contained in:
2023-08-10 13:05:40 +02:00
commit 9c9cd96a94
21 changed files with 997 additions and 0 deletions

6
.renovaterc Normal file
View File

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