From 3440577952ef5a011bceeab0336a964ec4be7d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 31 Oct 2024 17:16:29 +0100 Subject: [PATCH] Create the new version '3.31' --- .github/renovate.json5 | 2 +- SECURITY.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 032c6e55c..02a02eece 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -14,7 +14,7 @@ schedule: 'after 5pm on the first day of the month', }, semanticCommits: 'disabled', - baseBranches: ['master', '3.28', '3.29', '3.30'], + baseBranches: ['3.28', '3.29', '3.30', '3.31', 'master'], 'pre-commit': { enabled: true }, regexManagers: [ /** Do updates on pre-commit additional dependencies */ diff --git a/SECURITY.md b/SECURITY.md index d493d48ab..cd3246625 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,5 +8,6 @@ | 3.28 | 23/06/2025 | | 3.29 | Best effort | | 3.30 | 27/12/2024 | +| 3.31 | Best effort | ### Version 3.23 is prematurely end of support because its staging build system was no longer working.