Merge remote-tracking branch 'origin/main'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
commit
03ab52f648
2 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
FROM chocobozzz/peertube:v4.0.0-bullseye@sha256:d4c4b203f5d2b31465a69cdb1a25d2e75aa322a8db5009978f6807fd36abd0cd
|
||||
FROM chocobozzz/peertube:v5.2.0-bullseye@sha256:1d74b0a877db72c5015f9bc0eee8f575811bda457d6991f543a7374c71ba2270
|
||||
|
||||
RUN apt -y update && apt install -y prosody && apt -y clean
|
||||
|
|
|
@ -6,5 +6,14 @@
|
|||
"main"
|
||||
],
|
||||
"rangeStrategy": "bump",
|
||||
"rebaseWhen": "behind-base-branch"
|
||||
"rebaseWhen": "behind-base-branch",
|
||||
"automergeType": "branch",
|
||||
"packageRules": [
|
||||
{
|
||||
"datasources": [
|
||||
"docker"
|
||||
],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue