git » catch2-v2.git » commit 5b71904

add nvchecker.toml

author Andreas Radke
2024-02-15 21:14:16 UTC
committer Andreas Radke
2024-02-15 21:14:16 UTC
parent 1b9526099bdfb5fb5d462a5077d618b2e691a69b

add nvchecker.toml

.nvchecker.toml +7 -0

diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 0000000..32e9541
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,7 @@
+[catch2-v2]
+source = "github"
+github = "catchorg/Catch2"
+#branch = "v2.x"
+use_max_tag = true
+prefix = "v"
+exclude_regex = "v3.*"