nvchecker: add exclude_regex to timescaledb

This commit is contained in:
George Rawlinson 2022-10-27 11:16:27 +13:00
parent f3f817d294
commit 20331cdab6
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 0 deletions

View File

@ -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"