Compare commits
2 commits
460574409d
...
1f2d4ad33c
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f2d4ad33c | |||
|
2a576495da |
2 changed files with 6 additions and 2 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": [
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ services:
|
|||
backend:
|
||||
|
||||
pretix:
|
||||
image: docker.io/pretix/standalone:2026.3
|
||||
image: docker.io/pretix/standalone:2026.6
|
||||
command: ["all"]
|
||||
ports:
|
||||
- "8345:80"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue