Closed
Description
The Page Kit change log is maintained in a file at the repository root (changelog.md
) and the change list added to each release description.
Renovate has been configured to open a single pull request for all Page Kit packages but the upgrade PRs it has opened so far on our apps have not included any change log.
I think this is because each package specifies a repository.directory
property in its manifest. This enables direct linking of the source code on npm but Renovate also follows this.
I'm not aware of any Renovate settings which can configure the location of a change log.