Compare commits

...

2 commits

Author SHA1 Message Date
d9c6e59736 Update docker.io/pretix/standalone Docker tag to v2024.11
All checks were successful
/ Ansible Lint (push) Successful in 2m14s
/ Ansible Lint (pull_request) Successful in 6m36s
2026-03-06 18:45:57 +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:2024.11
command: ["all"]
ports:
- "8345:80"