equinix-labs / otel-init-go

an OpenTelemetry launcher for Go aiming to be minimal
Apache License 2.0
4 stars 4 forks source link

Add renovate.json #10

Closed nshalman closed 1 year ago

nshalman commented 1 year ago

Renovate should start managing PRs to update our dependencies. Some upstream libraries are releasing new versions and I think keeping otel-init-go up to date will help us stay compatible with those new versions.

mikemrm commented 1 year ago

Might add

  "postUpdateOptions": [
    "gomodTidy"
  ],

to ensure go.mod is up to date cleaned up.

nshalman commented 1 year ago

Might add

  "postUpdateOptions": [
    "gomodTidy"
  ],

to ensure go.mod is up to date cleaned up.

I need to add this to other projects too... Thanks!! Done!