Files
server/renovate.json
Sebastian Krupinski cd56387916
All checks were successful
Build Test / build (pull_request) Successful in 13s
chore: update renovate configuration
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-02-11 00:03:54 -05:00

11 lines
251 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"enabledManagers": ["npm", "composer"],
"schedule": ["before 3am"],
"dependencyDashboard": true,
"prConcurrentLimit": 5,
"prHourlyLimit": 2
}