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
1 changed files with 1 additions and 0 deletions

View File

@ -1287,6 +1287,7 @@ exclude_regex = "^.*(pre).*$"
[ruby-pg]
source = "gems"
gems = "pg"
exclude_regex = "^.*(alpha|beta|rc).*$"
[ruby-rubocop]
source = "gems"