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

fix: apply packageRules after merging upgrade type settings

Fixes #2180
parent 65c1075b
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ function flattenUpdates(config, packageFiles) {
updateConfig,
updateConfig[updateConfig.type]
);
updateConfig = applyPackageRules(updateConfig);
updateConfig.depNameSanitized = updateConfig.depName
? updateConfig.depName
.replace('@types/', '')
......
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