From fa05c3876581e79d57ea532ec1dea2c15ee90409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 7 Nov 2023 10:27:31 +0100 Subject: [PATCH] Create the new version '1.11' --- .github/renovate.json5 | 2 +- .github/workflows/audit.yaml | 1 + SECURITY.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2e70a426b..7d3ae39eb 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -12,7 +12,7 @@ automerge: true, schedule: 'after 5pm on the first day of the month', }, - baseBranches: ['1.6', '1.8', '1.10', 'master'], + baseBranches: ['1.6', '1.8', '1.10', '1.11', 'master'], 'pre-commit': { enabled: true }, regexManagers: [ /** Do updates on pre-commit additional dependencies */ diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 5e050c766..4b98465e6 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -17,6 +17,7 @@ jobs: - '1.6' - '1.8' - '1.10' + - '1.11' steps: - uses: actions/checkout@v4 diff --git a/SECURITY.md b/SECURITY.md index 4114171b2..d15b6f04a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,3 +9,4 @@ | 1.7 | Unsupported | | 1.8 | 23/06/2025 | | 1.10 | Best effort | +| 1.11 | Best effort |