From 05397e223b13b7e0068890127aab0f45ad8babbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 25 Oct 2024 12:32:07 +0200 Subject: [PATCH] Create the new version '6.1' --- .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 da0364e03..2de6a82e3 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -15,7 +15,7 @@ automerge: true, schedule: 'after 5pm on the first day of the month', }, - baseBranches: ['release_4', '5.0', '5.1', '5.2', '6.0', 'master'], + baseBranches: ['release_4', '5.0', '5.1', '5.2', '6.0', '6.1', 'master'], 'pre-commit': { enabled: true }, regexManagers: [ /** Do updates on pre-commit additional dependencies */ diff --git a/SECURITY.md b/SECURITY.md index 8a24bafdc..29ab052d5 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,3 +10,4 @@ | 5.1 | 27/06/2027 | | 5.2 | Best effort | | 6.0 | Best effort | +| 6.1 | Best effort |