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