Compare commits

...

2 commits

Author SHA1 Message Date
07946122c2 Update docker.io/pretix/standalone Docker tag to v2026
Some checks failed
/ Ansible Lint (push) Successful in 2m16s
/ Ansible Lint (pull_request) Has been cancelled
2026-03-06 18:45:59 +00:00
4068c7861a
renovate: wip testing
All checks were successful
/ Ansible Lint (push) Successful in 3m27s
2026-03-06 19:45:29 +01:00
2 changed files with 5 additions and 3 deletions

View file

@ -35,12 +35,14 @@
{
"matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/pretix/standalone"],
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
"matchUpdateTypes": ["minor"],
"groupName": null
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/pretalx/standalone"],
"versioning": "regex:^v(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
"matchUpdateTypes": ["minor"],
"groupName": null
}
],
"customManagers": [

View file

@ -25,7 +25,7 @@ services:
backend:
pretix:
image: docker.io/pretix/standalone:2024.8
image: docker.io/pretix/standalone:2026.2
command: ["all"]
ports:
- "8345:80"