From bdb7d3ba5598d51368c215df11d01c73c83d3a50 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Mon, 21 Jul 2025 00:51:17 +0200 Subject: [PATCH] add .nvchecker --- mmdbinspect/.nvchecker.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mmdbinspect/.nvchecker.toml b/mmdbinspect/.nvchecker.toml index a2de71d..a3e9cbc 100644 --- a/mmdbinspect/.nvchecker.toml +++ b/mmdbinspect/.nvchecker.toml @@ -2,3 +2,4 @@ source = "git" git = "https://github.com/maxmind/mmdbinspect.git" prefix = "v" +exclude_regex = ".*-(alpha|beta|rc|pre).*"