newrelic / opentelemetry-exporter-go

New Relic's Golang OpenTelemetry Exporter
Apache License 2.0
29 stars 28 forks source link

Add dependabot configuration #25

Closed MrAlias closed 3 years ago

MrAlias commented 4 years ago

Use dependabot weekly to ensure dependencies are up to date. Also do the same thing the opentelemetry-go project does and include a GitHub action to sync go.sum with any changes made to go.mod.

Update the build system to build against the current and previous version of Go (the same as opentelemetry-go).