timescale/promscale_extension

Add renovate

Open

#205 geöffnet am 27. Apr. 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)PLpgSQL (19 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (37 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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