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",
|
":ignoreUnstable",
|
||||||
":disableRateLimiting",
|
":disableRateLimiting",
|
||||||
":rebaseStalePrs",
|
":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",
|
"semanticCommits": "disabled",
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ services:
|
||||||
- pretalx_net
|
- pretalx_net
|
||||||
|
|
||||||
pretalx:
|
pretalx:
|
||||||
image: docker.io/pretalx/standalone:v2025.1.0
|
image: docker.io/pretalx/standalone:v2025.2.3
|
||||||
entrypoint: gunicorn
|
entrypoint: gunicorn
|
||||||
command:
|
command:
|
||||||
- "pretalx.wsgi"
|
- "pretalx.wsgi"
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
- pretalx_net
|
- pretalx_net
|
||||||
|
|
||||||
celery:
|
celery:
|
||||||
image: docker.io/pretalx/standalone:v2025.1.0
|
image: docker.io/pretalx/standalone:v2025.2.3
|
||||||
command:
|
command:
|
||||||
- taskworker
|
- taskworker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue