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
This commit is contained in:
Łukasz Mierzwa
2019-02-05 13:38:22 +00:00
parent f32e099e08
commit f873693c61

View File

@@ -1,5 +1,6 @@
{
"extends": ["config:base"],
"prConcurrentLimit": 3,
"rebaseStalePrs": false
"prHourlyLimit": 1,
"rebaseStalePrs": false,
"travis": { "enabled": true }
}