Compare commits

..

2 commits

View file

@ -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"
@ -1112,6 +1113,7 @@ source = "github"
github = "lelit/pglast" github = "lelit/pglast"
use_max_tag = true use_max_tag = true
prefix = "v" prefix = "v"
exclude_regex = "^.*(alpha|beta|rc|dev).*$"
[sqlcheck] [sqlcheck]
source = "github" source = "github"