nvchecker: add exclude_regex to timescaledb
This commit is contained in:
parent
f3f817d294
commit
20331cdab6
1 changed files with 1 additions and 0 deletions
|
@ -1910,6 +1910,7 @@ source = "github"
|
|||
github = "timescale/timescaledb"
|
||||
use_max_tag = true
|
||||
ignored = "9.9.11 9.9.10 9.9.9"
|
||||
exclude_regex = "^.*(alpha|beta|rc|dev).*$"
|
||||
|
||||
[timescaledb-tune]
|
||||
source = "github"
|
||||
|
|
Loading…
Reference in a new issue