mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
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:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"extends": ["config:base"],
|
||||
"prConcurrentLimit": 3,
|
||||
"rebaseStalePrs": false
|
||||
"prHourlyLimit": 1,
|
||||
"rebaseStalePrs": false,
|
||||
"travis": { "enabled": true }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user