nvchecker: update exclude_regex for postgis
This commit is contained in:
parent
358ea89fc1
commit
86783ac5d1
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ prefix = "v"
|
|||
source = "github"
|
||||
github = "postgis/postgis"
|
||||
use_max_tag = true
|
||||
exclude_regex = "^.*(alpha|beta).*$"
|
||||
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||
|
||||
[landrop]
|
||||
source = "github"
|
||||
|
|
Loading…
Reference in a new issue