nvchecker: add exclude_regex to jellyfin

This commit is contained in:
George Rawlinson 2021-11-01 06:01:26 +00:00
parent 38eaaa0f7b
commit 4cb8b9ae3c
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ source = "github"
github = "jellyfin/jellyfin"
use_max_tag = true
prefix = "v"
exclude_regex = "^.*(alpha|beta|rc).*$"
[sqlboiler]
source = "github"