From 0a4bd0ccda8f34d763833d1793b9516e71a7aac9 Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Sat, 30 Aug 2025 12:24:32 +0200 Subject: [PATCH] nvchecker.toml: Use git, requested by devops --- .nvchecker.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.nvchecker.toml b/.nvchecker.toml index f88205e..3d2996b 100644 --- a/.nvchecker.toml +++ b/.nvchecker.toml @@ -1,7 +1,6 @@ [linux] -source = "github" -github = "archlinux/linux" -use_max_tag = true +source = "git" +git = "https://github.com/archlinux/linux.git" include_regex = 'v\d+(\.\d+)*-arch\d+' from_pattern = '-([a-z])' to_pattern = '.\1'