Skip to content
Snippets Groups Projects
Commit d2ad057a authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

feat: Improve depTypes configuration (#577)

depTypes configuration is now refactored from being an array of strings/objects to having each type of dep (`dependencies`, `devDependencies`, `optionalDependencies`, `peerDependencies`) be a first class object in the namespace. The "old" way of configuring is still supported but is transformed using a migrateConfig script. Later, PRs will be raised to impacted repositories to suggest the new config.
parent 7f974240
No related branches found
No related tags found
Loading
Showing with 137 additions and 140 deletions
Loading
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