Skip to content

Commit

Permalink
Add new pkgs to nvchecker (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 authored Nov 9, 2024
1 parent 5d08ee6 commit a66f66b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Dotfiles/Services/nvchecker.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ prefix = "v"
use_max_tag = true
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"

[createrepo_c]
source = "github"
github = "rpm-software-management/createrepo_c"
prefix = "v"
use_max_tag = true
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"

[curlie]
source = "github"
github = "rs/curlie"
Expand Down Expand Up @@ -187,6 +194,13 @@ prefix = "v"
use_latest_tag = true
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"

[drpm]
source = "github"
github = "rpm-software-management/drpm"
prefix = "v"
use_latest_tag = true
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"

[elixir]
source = "github"
github = "elixir-lang/elixir"
Expand Down Expand Up @@ -1132,6 +1146,13 @@ prefix = "v"
use_max_tag = true
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"

[zchunk]
source = "github"
github = "zchunk/zchunk"
prefix = "v"
use_max_tag = true
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"

# GitLab

[abuild]
Expand Down

0 comments on commit a66f66b

Please sign in to comment.