3 Commits

Author SHA1 Message Date
b6d1665137 feat(deps): update conventional-pre-commit to 4.3.0
All checks were successful
Release / Create Release (push) Successful in 11s
Release / Print Release (push) Successful in 1s
2025-10-30 20:30:35 +00:00
ffb3fb199a Update renovate.json
All checks were successful
Release / Create Release (push) Successful in 14s
Release / Print Release (push) Successful in 1s
2025-10-30 20:17:38 +00:00
fb3e46016f Update Dockerfile
All checks were successful
Release / Create Release (push) Successful in 44s
Release / Print Release (push) Successful in 3s
2025-02-09 21:08:22 +01:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
FROM git.tainton.uk/public/runner-ubuntu-custom:latest
FROM git.tainton.uk/repos/runner-ubuntu-custom:latest
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
ENV PYTHONUNBUFFERED=1
RUN pipx install conventional-pre-commit==4.0.0
RUN pipx install conventional-pre-commit==4.3.0
# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh

View File

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