3 Commits
v1.1.2 ... main

Author SHA1 Message Date
d4aab75f9c Update renovate.json
All checks were successful
Release / Create Release (push) Successful in 19s
Release / Print Release (push) Successful in 2s
2025-10-30 20:17:05 +00:00
1ffa7f927b Update python Docker tag to v3.14
Some checks failed
Conventional Commit / validate_pr_title (pull_request) Failing after 4s
Release / Create Release (push) Successful in 1m3s
Release / Print Release (push) Successful in 5s
2025-10-07 21:46:12 +00:00
2f0efd251e Remove defaults, use defaults at server instead
All checks were successful
Release / Create Release (push) Successful in 10s
Release / Print Release (push) Successful in 3s
2025-03-23 21:09:20 +00:00
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.13-slim
FROM python:3.14-slim
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
WORKDIR /home
COPY . .

View File

@@ -10,11 +10,9 @@ inputs:
priority:
description: 'Message priority'
required: false
default: '0'
sound:
description: 'Sound to play'
required: false
default: 'pushover'
title:
description: 'Message title'
required: false

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,