mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"prHourlyLimit": 1,
|
|
"rebaseStalePrs": false,
|
|
"travis": { "enabled": true },
|
|
"masterIssue": true,
|
|
"postUpdateOptions": ["gomodTidy"],
|
|
"patch": {
|
|
"automerge": true
|
|
},
|
|
"devDependencies": {
|
|
"automerge": true
|
|
}
|
|
}
|