Setup renovate custom manager
This commit is contained in:
parent
3d7f0454de
commit
ed2b67f29d
2 changed files with 13 additions and 2 deletions
|
@ -12,7 +12,8 @@ steps:
|
|||
clone:
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git clone --depth 1 --branch v1.3.4 https://github.com/turt2live/matrix-media-repo.git .
|
||||
# renovate: datasource=github-releases depName=turt2live/matrix-media-repo versioning=semver-coerced
|
||||
- git clone --branch v1.3.4 --depth 1 https://github.com/turt2live/matrix-media-repo.git .
|
||||
docker:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [docker_username, docker_password]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue