updated renovate.json
run only in main branch
This commit is contained in:
parent
1aaf802d85
commit
cf02acbaad
3 changed files with 7 additions and 11 deletions
|
@ -17,10 +17,6 @@ pipeline:
|
|||
dockerfile: pixelfed/contrib/docker/Dockerfile.apache
|
||||
tags:
|
||||
- ${BRANCH}
|
||||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
cr:
|
||||
image: plugins/docker
|
||||
secrets:
|
||||
|
@ -35,10 +31,9 @@ pipeline:
|
|||
dockerfile: pixelfed/contrib/docker/Dockerfile.apache
|
||||
tags:
|
||||
- ${BRANCH}
|
||||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
|
||||
branches:
|
||||
- main
|
||||
|
||||
matrix:
|
||||
BRANCH:
|
||||
|
|
|
@ -15,7 +15,6 @@ pipeline:
|
|||
dockerfile: contrib/docker/Dockerfile.apache
|
||||
tags:
|
||||
- ${VERSION}
|
||||
- release
|
||||
- latest
|
||||
when:
|
||||
branch: main
|
||||
|
@ -35,13 +34,15 @@ pipeline:
|
|||
dockerfile: contrib/docker/Dockerfile.apache
|
||||
tags:
|
||||
- ${VERSION}
|
||||
- release
|
||||
- latest
|
||||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
|
||||
branches:
|
||||
- main
|
||||
|
||||
matrix:
|
||||
VERSION:
|
||||
- v0.11.1
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"^\\.ref$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"^(?<currentValue>)(?<currentDigest>.+)$"
|
||||
"(?<currentValue>)(?<currentDigest>.+)"
|
||||
],
|
||||
"depNameTemplate": "https://github.com/pixelfed/pixelfed.git",
|
||||
"versioningTemplate": "git",
|
||||
|
|
Reference in a new issue