Compare commits

...

3 commits

Author SHA1 Message Date
67e9b7c804 chore(deps): update all stable non-major dependencies
Some checks failed
/ Ansible Lint (push) Failing after 48s
/ Ansible Lint (pull_request) Failing after 47s
2025-10-21 21:16:11 +00:00
282e82728b
renovate: match file compose jinja2 templates (.j2) as well
Some checks failed
/ Ansible Lint (push) Failing after 52s
2025-10-21 23:12:34 +02:00
f842723e9a
remove daily schedule for Renovate (for now?)
Some checks failed
/ Ansible Lint (push) Failing after 50s
2025-10-21 23:03:02 +02:00
3 changed files with 8 additions and 4 deletions

View file

@ -24,7 +24,7 @@ jobs:
# work in our environmnet. # work in our environmnet.
# Rather manually setup python (pip) before instead. # Rather manually setup python (pip) before instead.
- name: Run ansible-lint - name: Run ansible-lint
uses: https://github.com/ansible/ansible-lint@v24.10.0 uses: https://github.com/ansible/ansible-lint@4ce8e497d462cf73b4d4fac1e97b4ace4f317dcc # v24.12.2
with: with:
setup_python: "false" setup_python: "false"
requirements_file: "requirements.yml" requirements_file: "requirements.yml"

View file

@ -3,7 +3,6 @@
"extends": [ "extends": [
"config:recommended", // Included in config:best-practices anyway, but added for clarity. "config:recommended", // Included in config:best-practices anyway, but added for clarity.
"config:best-practices", "config:best-practices",
"schedule:daily",
":ignoreUnstable" ":ignoreUnstable"
], ],
"packageRules": [ "packageRules": [
@ -20,5 +19,10 @@
"patch" "patch"
] ]
} }
] ],
"docker-compose": {
"managerFilePatterns": [
"/(^|/)(?:docker-)?compose[^/]*\\.ya?ml.j2$/"
]
}
} }

View file

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