mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
This change caused lock file to be generated in a way that generates local changes on build, drop it
9 lines
176 B
JSON
9 lines
176 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"prHourlyLimit": 1,
|
|
"rebaseStalePrs": false,
|
|
"travis": { "enabled": true },
|
|
"masterIssue": true,
|
|
"postUpdateOptions": ["gomodTidy"]
|
|
}
|