Compare commits
2 commits
5832448d4d
...
2cb8e24fc4
| Author | SHA1 | Date | |
|---|---|---|---|
| 2cb8e24fc4 | |||
|
2a576495da |
2 changed files with 7 additions and 3 deletions
|
|
@ -11,7 +11,11 @@
|
|||
":ignoreUnstable",
|
||||
":disableRateLimiting",
|
||||
":rebaseStalePrs",
|
||||
":label(renovate)"
|
||||
":label(renovate)",
|
||||
|
||||
// a lot of packages do not support skipping major versions
|
||||
// with this option renovate creates a pr from the current version to each newer version
|
||||
":separateMultipleMajorReleases"
|
||||
],
|
||||
"semanticCommits": "disabled",
|
||||
"ignorePaths": [
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
pretalx:
|
||||
image: docker.io/pretalx/standalone:v2025.1.0
|
||||
image: docker.io/pretalx/standalone:v2025.2.3
|
||||
entrypoint: gunicorn
|
||||
command:
|
||||
- "pretalx.wsgi"
|
||||
|
|
@ -78,7 +78,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
celery:
|
||||
image: docker.io/pretalx/standalone:v2025.1.0
|
||||
image: docker.io/pretalx/standalone:v2025.2.3
|
||||
command:
|
||||
- taskworker
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue