nvchecker: add exclude_regex to ruby-pg
This commit is contained in:
parent
a03c7b4fe0
commit
ac9cff0a41
1 changed files with 1 additions and 0 deletions
|
@ -1287,6 +1287,7 @@ exclude_regex = "^.*(pre).*$"
|
||||||
[ruby-pg]
|
[ruby-pg]
|
||||||
source = "gems"
|
source = "gems"
|
||||||
gems = "pg"
|
gems = "pg"
|
||||||
|
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||||
|
|
||||||
[ruby-rubocop]
|
[ruby-rubocop]
|
||||||
source = "gems"
|
source = "gems"
|
||||||
|
|
Loading…
Reference in a new issue