duffelhq / duffel-api-javascript

JavaScript client library for the Duffel API
https://duffel.com/docs
MIT License
36 stars 12 forks source link

chore: update `package.json` metadata to improve Dependabot PRs for this package #934

Closed timrogers closed 1 month ago

timrogers commented 2 months ago

At the moment, Dependabot pull requests for @duffel/api are not very helpful, because (a) they don't include a changelog and (b) the link points to the Duffel homepage (example).

For most packages, you get a much more helpful PR body which tells you about the changes and lets you easily navigate to the repo (example).

To improve this, this updates the homepage metadata in package.json to point to the repo instead of https://duffel. com, and it adds repository metadata.

This should be picked up by Dependabot (code here) to enable a much better experience!

timrogers commented 1 month ago

@igorp1 Is this ready to merge? ✨

igorp1 commented 1 month ago

Opened https://github.com/duffelhq/duffel-api-javascript/pull/942, replicating this change, since CI is stuck here.

timrogers commented 1 month ago

Closing in favour of #942