Compare commits

..

1 Commits

Author SHA1 Message Date
ab46cb6295 chore(deps): lock file maintenance
Some checks failed
Validate PR Title / validate (pull_request) Successful in 3s
CI / ci (pull_request) Failing after 32s
2025-10-27 00:05:47 +00:00
2 changed files with 1 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ FROM python:3.14-slim
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
USER root
ENV PYTHONPATH="/run:/usr/local/lib/python3.14/lib-dynload:/usr/local/lib/python3.14/site-packages:/usr/local/lib/python3.14"
ENV PYTHONPATH="/run:/usr/local/lib/python3.11/lib-dynload:/usr/local/lib/python3.11/site-packages:/usr/local/lib/python3.11"
ENV UV_PROJECT_ENVIRONMENT="/usr/local/"
WORKDIR /run

View File

@@ -8,9 +8,6 @@
"platformCommit": "enabled",
"rebaseWhen": "behind-base-branch",
"rollbackPrs": true,
"semanticCommits": "enabled",
"semanticCommitScope": "deps",
"semanticCommitType": "feat",
"vulnerabilityAlerts": {
"commitMessagePrefix": "[SECURITY] ",
"enabled": true,