dbader / node-datadog-metrics

Buffered metrics reporting via the DataDog HTTP API
https://dbader.org/blog/monitoring-your-nodejs-app-with-datadog
MIT License
142 stars 58 forks source link

Expand CI test matrix, add dependabot for actions #121

Closed Mr0grog closed 1 week ago

Mr0grog commented 1 week ago

Node.js has moved forward by several major versions since our CI configuration was last updated, and this updates our CI test matrix to cover them. I've also added Dependabot for updating CI workflows, but not JS dependencies (we only want security updates there).

Mr0grog commented 1 week ago

I think this is pretty non-controversial, so I am going ahead and merging it. That should trigger a few Dependabot updates for workflow actions (actions/checkout and actions/setup-node are out of date, for example).