Files
ecomail-pohovor/renovate.json
Ondrej Vlach 35abf834c8
All checks were successful
Tests / validate-composer (push) Successful in 17s
Tests / build-npm (push) Successful in 37s
Tests / phpcs (push) Successful in 37s
Tests / phpstan (push) Successful in 41s
Tests / tests (push) Successful in 37s
ci: add renovate support
2026-02-12 17:20:04 +01:00

14 lines
313 B
JSON

{
"extends": ["config:recommended"],
"enabledManagers": ["composer"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"groupName": "php dependencies"
}
],
"prConcurrentLimit": 100,
"prHourlyLimit": 20,
"branchConcurrentLimit": 100
}