nvchecker: add autobrr
This commit is contained in:
parent
69df21618a
commit
53ec7b39c2
2 changed files with 7 additions and 1 deletions
|
@ -140,6 +140,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
|
||||||
|
|
||||||
# github
|
# github
|
||||||
|
|
||||||
|
[autobrr]
|
||||||
|
source = "github"
|
||||||
|
github = "autobrr/autobrr"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
|
||||||
[jujutsu]
|
[jujutsu]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "martinvonz/jj"
|
github = "martinvonz/jj"
|
||||||
|
|
2
autobrr
2
autobrr
|
@ -1 +1 @@
|
||||||
Subproject commit 165b434a71b4b79c1b78a7d65c74a3184e5a4994
|
Subproject commit 8d0f60d4939223c1c166f84c446147bf7bbb2697
|
Loading…
Reference in a new issue