chore: add renovate configuration for dependency management
All checks were successful
container-scan / Container Scan (pull_request) Successful in 1m45s
docker-build / docker (pull_request) Successful in 4m7s

This commit is contained in:
Dominik 2025-04-17 10:05:24 +02:00
parent 6be739857c
commit e4a8795b74
Signed by: dominik
GPG key ID: 06A4003FC5049644

4
.github/renovate.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"$schema": "https://json.schemastore.org/renovate",
"extends": ["config:best-practices", ":semanticCommits"]
}