diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 6f1e689..7db1b9b 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -858,6 +858,13 @@ github = "timescale/timescaledb-backup" use_max_tag = true prefix = "v" +[timescaledb-toolkit] +source = "github" +github = "timescale/timescaledb-toolkit" +use_max_tag = true +prefix = "v" +exclude_regex = "^.*-cloud$" + [ttf-monoid] source = "github" github = "larsenwork/monoid"