Files
karma/renovate.json
Łukasz Mierzwa c8eb3bb94f fix(ci): disable yarn & npm lock file deduplication
This change caused lock file to be generated in a way that generates local changes on build, drop it
2019-03-12 09:56:57 +00:00

9 lines
176 B
JSON

{
"extends": ["config:base"],
"prHourlyLimit": 1,
"rebaseStalePrs": false,
"travis": { "enabled": true },
"masterIssue": true,
"postUpdateOptions": ["gomodTidy"]
}