Skip to content
Snippets Groups Projects
Commit 16c1fe85 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor: remove unused dep type merge config

parent 5c342ab1
No related merge requests found
......@@ -115,10 +115,7 @@ async function renovatePackageJson(input) {
'engines',
];
const depTypeConfigs = depTypes.map(depType => {
const depTypeConfig = configParser.mergeChildConfig(config, {
...config[depType],
});
depTypeConfig.depType = depType;
const depTypeConfig = { ...config, depType };
// Always pin devDependencies
// Pin dependencies if we're pretty sure it's not a browser library
if (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment