nvchecker: add exclude_regex to promscale*
This commit is contained in:
parent
07985a1cd6
commit
1322d6cd4a
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue