From 3dc1ce5cc8d7be6deb305f125f2e9b9cd30571b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 31 Oct 2024 19:18:07 +0100 Subject: [PATCH] Create the new version '1.7' --- .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 5117c888e..95b5e2f95 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -7,7 +7,7 @@ separateMinorPatch: true, prHourlyLimit: 0, prConcurrentLimit: 0, - baseBranches: ['1.1', '1.2', '1.3', '1.4', '1.5', '1.6', 'master'], + baseBranches: ['1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', 'master'], 'pre-commit': { enabled: true }, lockFileMaintenance: { enabled: true, diff --git a/SECURITY.md b/SECURITY.md index 8a867166e..f740e4355 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -11,3 +11,4 @@ | 1.4 | 27/06/2027 | | 1.5 | 27/06/2027 | | 1.6 | Best effort | +| 1.7 | Best effort |