add nvchecker configuration

This commit is contained in:
Christian Hesse
2025-11-18 19:24:29 +01:00
parent fd53ce16cb
commit 3faea8ee37

5
.nvchecker.toml Normal file
View File

@@ -0,0 +1,5 @@
[pkcs11-helper]
source = "git"
git = "https://github.com/OpenSC/pkcs11-helper.git"
prefix = "pkcs11-helper-"
exclude_regex = ".*(alpha|beta|pre|rc).*"