Compare commits

..

2 Commits

Author SHA1 Message Date
Sebastiaan de Schaetzen (automated)
fd54544b8a Merge remote-tracking branch 'upstream/main'
Some checks failed
Workflows / Wake Runner (push) Successful in 25s
Workflows / Build and Push (push) Failing after 14m26s
2025-08-31 02:08:12 +02:00
Jan Alexander Steffens (heftig)
0a4bd0ccda
nvchecker.toml: Use git, requested by devops 2025-08-30 12:24:32 +02:00

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'