timescale/promscale_extension

Add renovate

Open

#205 opened on Apr 27, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)PLpgSQL (19 forks)auto 404
good first issue

Repository metrics

Stars
 (37 stars)
PR merge metrics
 (PR metrics pending)

Description

It would be great to use a tool like renovate to automatically notify and update dependencies which we're using.

Ideally it would track:

  • rust toolchain version (set in various Dockerfiles, CI workflows, etc.)
  • rust dependencies (in Cargo.tom)
  • cargo-pgx version (set in various Dockerfiles, CI workflows, etc.)

We have some examples of how to configure renovate with a go project in the promscale repo.

Contributor guide