diff options
Diffstat (limited to '.config/nvchecker')
-rw-r--r-- | .config/nvchecker/extra.toml | 11 |
1 files changed, 11 insertions, 0 deletions
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" |