summarylogtreecommitdiffstats
path: root/.nvchecker.toml
blob: 4809e13a2aca1754be39f13f87bd1f46b233830c (plain)
1
2
3
4
5
6
7
8
[linux-hardened]
source = "git"
git = "https://github.com/anthraxx/linux-hardened.git"
use_max_tag = true
prefix = "v"
include_regex = "v.*-hardened[0-9]+"
from_pattern = "(.*)-(hardened[0-9]+)"
to_pattern = "\\1.\\2"