summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2024-05-21 14:31:48 +0530
committertxtsd2024-05-21 14:31:48 +0530
commit5913ff89d6608c4b9511d18a8a6cc995bb34f8c3 (patch)
tree99b9136760779c2215c4501d3db98f16813c8aa7
parentf23e77b9a90bdc19306017935e41b3219ed663fe (diff)
downloadaur-5913ff89d6608c4b9511d18a8a6cc995bb34f8c3.tar.gz
Setup nvchecker
Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--.nvchecker.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..31aa62723000
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,6 @@
+[dissent]
+source = "github"
+github = "diamondburned/dissent"
+prefix = "v"
+include_regex = "v\\d+\\.\\d+\\.\\d+-{0,1}\\d{0,2}"
+use_max_tag = true