mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
feat(renovate): let renovate cleanup lock files
This enables Renovate to run 'go mod tidy' and npm/yarn lock file deduplication
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
"prHourlyLimit": 1,
|
||||
"rebaseStalePrs": false,
|
||||
"travis": { "enabled": true },
|
||||
"masterIssue": true
|
||||
"masterIssue": true,
|
||||
"postUpdateOptions": ["gomodTidy", "npmDedupe", "yarnDedupeFewer"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user