nvchecker: add config

This commit is contained in:
Levente Polyak
2024-05-12 08:16:56 +02:00
parent 2a07789c5a
commit b254dd9de5

5
.nvchecker.toml Normal file

@ -0,0 +1,5 @@
[caddy]
source = "git"
git = "https://github.com/caddyserver/caddy.git"
prefix = "v"
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc|RC).*"