nvchecker: add drone-runner-ssh
This commit is contained in:
parent
5d6e709338
commit
3527cca4c4
1 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,12 @@ use_max_tag = true
|
||||||
prefix = "v"
|
prefix = "v"
|
||||||
exclude_regex = "^.*(rc).*$"
|
exclude_regex = "^.*(rc).*$"
|
||||||
|
|
||||||
|
[drone-runner-ssh]
|
||||||
|
source = "github"
|
||||||
|
github = "drone-runners/drone-runner-ssh"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
||||||
|
|
||||||
[python-sqlalchemy2-stubs]
|
[python-sqlalchemy2-stubs]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "sqlalchemy/sqlalchemy2-stubs"
|
github = "sqlalchemy/sqlalchemy2-stubs"
|
||||||
|
|
Loading…
Reference in a new issue