aboutsummaryrefslogtreecommitdiffstats
path: root/.config/nvchecker
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2023-02-02 17:10:16 +0100
committerDavid Runge <dave@sleepmap.de>2023-02-02 17:10:16 +0100
commit6d551c9e7006b51cde795408b1d7024ab8a137db (patch)
treeed5e4e5494122b6aa151b405aea67eb49c98d7fb /.config/nvchecker
parent365fb0b842f68d95fa87f2cf7df01dde317813d2 (diff)
downloaddotfiles-6d551c9e7006b51cde795408b1d7024ab8a137db.tar.gz
dotfiles-6d551c9e7006b51cde795408b1d7024ab8a137db.tar.bz2
dotfiles-6d551c9e7006b51cde795408b1d7024ab8a137db.tar.xz
dotfiles-6d551c9e7006b51cde795408b1d7024ab8a137db.zip
nvchecker: Restrict version for linux-rt-lts
Since upstream tracks all sorts of versions in their repository now (and doesn't respond to requests/ questions about it at all), we need to ensure we're tracking the correct minor version ourselves.
Diffstat (limited to '.config/nvchecker')
-rw-r--r--.config/nvchecker/extra.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml
index e645ead..682c731 100644
--- a/.config/nvchecker/extra.toml
+++ b/.config/nvchecker/extra.toml
@@ -277,6 +277,7 @@ source = "git"
git = "https://gitlab.archlinux.org/archlinux/packaging/upstream/linux-rt-lts"
use_max_tag = true
include_regex = "^v[\\d.]+(-rt[\\d]+)$"
+exclude_regex = "(v6.*|v5.19.*|v5.18.*|v5.17.*|v5.16.*)"
[linux-zen]
source = "git"