Add renovate config
All checks were successful
Deploy and Push Docker Image / BuildAndPush (push) Successful in 50s

This commit is contained in:
2025-09-27 17:06:59 +02:00
parent a240ad3e0c
commit 69c226f8d2

9
renovate.json Normal file
View File

@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"labels": ["dependencies"],
"prHourlyLimit": 5,
"prConcurrentLimit": 10
}