From 4f875b13e3b96ea67f526460e7b4cbdfcb7d132c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 14 Nov 2024 17:06:41 +0100 Subject: [PATCH] Create the new version '1.22' --- .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 ef86b7e55..a4a1db599 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.15', '1.17', '1.18', '1.19', '1.20', '1.21', 'master'], + baseBranches: ['1.15', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22', 'master'], 'pre-commit': { enabled: true }, regexManagers: [ /** Do updates on pre-commit additional dependencies */ diff --git a/SECURITY.md b/SECURITY.md index 58ef79244..8bc2865de 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -13,3 +13,4 @@ | 1.19 | Best effort | | 1.20 | Best effort | | 1.21 | Best effort | +| 1.22 | Best effort |