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
|
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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Reference in a new issue