Files
module_manager/renovate.json
Sebastian Krupinski 4caf2b7c12 chore: renovate
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-05-06 22:11:24 -04:00

11 lines
297 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"enabledManagers": ["npm", "composer", "github-actions"],
"timezone": "UTC",
"schedule": ["* 0-3 * * *"],
"dependencyDashboard": true,
"prConcurrentLimit": 5,
"prHourlyLimit": 2
}