mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Instead of 3 open PRs set a limit of 1 new PR per hour and enable nodejs updates in travis config
7 lines
115 B
JSON
7 lines
115 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"prHourlyLimit": 1,
|
|
"rebaseStalePrs": false,
|
|
"travis": { "enabled": true }
|
|
}
|