lirantal / lockfile-lint

Lint an npm or yarn lockfile to analyze and detect security issues
Apache License 2.0
780 stars 35 forks source link

fix(repository): defined `repository.path` property in `package.json` #142

Closed travi closed 1 year ago

travi commented 1 year ago

Description

defining repository.path in each package.json should inform tools like renovate to properly find the CHANGELOG.md files

Types of changes

Related Issue

fixes #141

Motivation and Context

without this information, tools like renovate look in the root of the repo and fail to find the details for the individual packages

How Has This Been Tested?

Screenshots (if appropriate):

Checklist: