diff options
Diffstat (limited to '.nvchecker.toml')
-rw-r--r-- | .nvchecker.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 000000000000..8a96030cb885 --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,8 @@ +# note: we use the stable website downloads for building, but gitlab for checking +[audiowmark] +source = "gitlab" +host = "code.uplex.de" +gitlab = "stefan/audiowmark" +# Regex to avoid the "proof-of-concept" tag. Start with a number. +include_regex = '^\d.+$' +use_max_tag = true |