summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-03-28 11:11:07 +0300
committerCaleb Maclennan2024-03-28 11:11:07 +0300
commitc9a668aea67b5fe8d95ea7df66f67742d2951b48 (patch)
treed9d5ae15d34a9c3b607f5b3bfca15261300649c4
parent2aa58ecc7c4b901bde753292833439212fb974dd (diff)
downloadaur-c9a668aea67b5fe8d95ea7df66f67742d2951b48.tar.gz
Fine-tune nvchecker
-rw-r--r--.nvchecker.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.nvchecker.toml b/.nvchecker.toml
index 0f0d92e29250..bbafc3f1f480 100644
--- a/.nvchecker.toml
+++ b/.nvchecker.toml
@@ -1,6 +1,7 @@
[nextcloud-app-user-saml]
source = "github"
github = "nextcloud/user_saml"
-include_regex = 'v\d+\.\d+\.\d+'
+# Upstream has v9.0.0-v11.0.8 series that is old, not new
+include_regex = 'v[6-8]+\.\d+\.\d+'
prefix = "v"
use_max_tag = true