nvchecker.toml: Use git, requested by devops

This commit is contained in:
Jan Alexander Steffens (heftig) 2025-08-30 12:24:32 +02:00
parent 8099cbabbe
commit 0a4bd0ccda
No known key found for this signature in database
GPG Key ID: B8AC08600F108CDF

View File

@ -1,7 +1,6 @@
[linux] [linux]
source = "github" source = "git"
github = "archlinux/linux" git = "https://github.com/archlinux/linux.git"
use_max_tag = true
include_regex = 'v\d+(\.\d+)*-arch\d+' include_regex = 'v\d+(\.\d+)*-arch\d+'
from_pattern = '-([a-z])' from_pattern = '-([a-z])'
to_pattern = '.\1' to_pattern = '.\1'