nvchecker: add exclude_regex to postgis
This commit is contained in:
parent
199a866223
commit
47e8580c67
1 changed files with 1 additions and 0 deletions
|
@ -562,6 +562,7 @@ prefix = "v"
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "postgis/postgis"
|
github = "postgis/postgis"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
|
exclude_regex = "^.*(alpha|beta).*$"
|
||||||
|
|
||||||
[landrop]
|
[landrop]
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
Loading…
Reference in a new issue