nvchecker: add exclude_regex to ruby-pg

This commit is contained in:
George Rawlinson 2021-12-27 21:00:55 +00:00
parent a03c7b4fe0
commit ac9cff0a41
Signed by: grawlinson
GPG key ID: E0959FEA8B550539

View file

@ -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"