Files
karma/renovate.json
Łukasz Mierzwa f873693c61 chore(renovate): tweak config
Instead of 3 open PRs set a limit of 1 new PR per hour and enable nodejs updates in travis config
2019-02-05 13:38:22 +00:00

7 lines
115 B
JSON

{
"extends": ["config:base"],
"prHourlyLimit": 1,
"rebaseStalePrs": false,
"travis": { "enabled": true }
}