summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2024-10-17 10:04:38 +0530
committertxtsd2024-10-17 10:04:38 +0530
commit17d32dde07a72ba9f7c411a451349497dca78bda (patch)
tree7203101bf7ab21a1207e6451b4ee5d70a7dd78ea
parent53bba4327143fe304b97ab2d6b00cbe8b771438d (diff)
downloadaur-17d32dde07a72ba9f7c411a451349497dca78bda.tar.gz
chore: 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..7c7d1ec93266
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,6 @@
+[lidarr-develop]
+source = "github"
+github = "Lidarr/Lidarr"
+prefix = "v"
+include_regex = "v(\\d+\\.\\d+\\.\\d+\\.\\d+)"
+use_latest_release = true