From 1854b6e88fda5e1433c6f6a0a1f40f5ea0632067 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 6 Jan 2024 15:17:30 +0100 Subject: nvchecker: Add packages Add cargo-cyclonedx and cargo-release Signed-off-by: David Runge --- .config/nvchecker/extra.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml index d7ccf8e..b756fc8 100644 --- a/.config/nvchecker/extra.toml +++ b/.config/nvchecker/extra.toml @@ -320,6 +320,17 @@ git = "https://github.com/distrho/cardinal" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" +[cargo-cyclonedx] +source = "git" +git = "https://github.com/CycloneDX/cyclonedx-rust-cargo" +use_max_tag = true +include_regex = "^cargo-cyclonedx-([\\d.]+)$" + +[cargo-release] +source = "git" +git = "https://github.com/crate-ci/cargo-release" +use_max_tag = true + [carla] source = "git" git = "https://github.com/falktx/carla" -- cgit v1.2.3-54-g00ecf