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]
|
||||
source = "gems"
|
||||
gems = "pg"
|
||||
exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||
|
||||
[ruby-rubocop]
|
||||
source = "gems"
|
||||
|
|
Loading…
Reference in a new issue