nvchecker: add exclude_regex to promscale*

This commit is contained in:
George Rawlinson 2022-05-05 19:35:30 +12:00
parent 07985a1cd6
commit 1322d6cd4a
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 2 additions and 0 deletions

View File

@ -1619,11 +1619,13 @@ github = "iCyberon/pg_ulid"
source = "github"
github = "timescale/promscale"
use_max_tag = true
exclude_regex = "^.*(alpha|beta|rc).*$"
[promscale_extension]
source = "github"
github = "timescale/promscale_extension"
use_max_tag = true
exclude_regex = "^.*(alpha|beta|rc).*$"
[rutorrent]
source = "github"