nvchecker: add exclude_regex to mimir

This commit is contained in:
George Rawlinson 2022-05-30 21:32:21 +12:00
parent 9abbc281d8
commit 6d3da41d0f
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@ github = "grafana/mimir"
use_max_tag = true
prefix = "mimir-"
ignored = "r163"
exclude_regex = "^.*(alpha|beta|rc).*$"
[difftastic]
source = "github"