nvchecker: add cargo-sweep

This commit is contained in:
George Rawlinson 2022-01-13 08:05:38 +00:00
parent 2763ed4097
commit d47ddbab50
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 0 deletions

View File

@ -121,6 +121,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[cargo-sweep]
source = "github"
github = "holmgr/cargo-sweep"
use_max_tag = true
prefix = "v"
[kondo]
source = "github"
github = "tbillington/kondo"