nvchecker: add exclude_regex to buildkit
This commit is contained in:
parent
523a463374
commit
5113ac1e71
1 changed files with 1 additions and 0 deletions
|
@ -691,6 +691,7 @@ source = "github"
|
||||||
github = "moby/buildkit"
|
github = "moby/buildkit"
|
||||||
use_max_tag = true
|
use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
|
exclude_regex = "^.*(alpha|beta|rc|dev).*$"
|
||||||
|
|
||||||
[python-josepy]
|
[python-josepy]
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
Loading…
Reference in a new issue