updated renovate.json
Some checks failed
ci/woodpecker/push/release Pipeline is pending
ci/woodpecker/push/dev Pipeline failed

run only in main branch
This commit is contained in:
Samuel Philipp 2022-01-16 11:59:13 +01:00
parent 1aaf802d85
commit cf02acbaad
3 changed files with 7 additions and 11 deletions

View file

@ -17,10 +17,6 @@ pipeline:
dockerfile: pixelfed/contrib/docker/Dockerfile.apache dockerfile: pixelfed/contrib/docker/Dockerfile.apache
tags: tags:
- ${BRANCH} - ${BRANCH}
when:
branch: main
event:
- push
cr: cr:
image: plugins/docker image: plugins/docker
secrets: secrets:
@ -35,10 +31,9 @@ pipeline:
dockerfile: pixelfed/contrib/docker/Dockerfile.apache dockerfile: pixelfed/contrib/docker/Dockerfile.apache
tags: tags:
- ${BRANCH} - ${BRANCH}
when:
branch: main branches:
event: - main
- push
matrix: matrix:
BRANCH: BRANCH:

View file

@ -15,7 +15,6 @@ pipeline:
dockerfile: contrib/docker/Dockerfile.apache dockerfile: contrib/docker/Dockerfile.apache
tags: tags:
- ${VERSION} - ${VERSION}
- release
- latest - latest
when: when:
branch: main branch: main
@ -35,13 +34,15 @@ pipeline:
dockerfile: contrib/docker/Dockerfile.apache dockerfile: contrib/docker/Dockerfile.apache
tags: tags:
- ${VERSION} - ${VERSION}
- release
- latest - latest
when: when:
branch: main branch: main
event: event:
- push - push
branches:
- main
matrix: matrix:
VERSION: VERSION:
- v0.11.1 - v0.11.1

View file

@ -13,7 +13,7 @@
"^\\.ref$" "^\\.ref$"
], ],
"matchStrings": [ "matchStrings": [
"^(?<currentValue>)(?<currentDigest>.+)$" "(?<currentValue>)(?<currentDigest>.+)"
], ],
"depNameTemplate": "https://github.com/pixelfed/pixelfed.git", "depNameTemplate": "https://github.com/pixelfed/pixelfed.git",
"versioningTemplate": "git", "versioningTemplate": "git",