From 19ab072456e8443ee5f63a7da2ed8a7ca4230155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Tue, 10 Sep 2024 14:31:50 +0200 Subject: [PATCH] Automatically update all versions of cryptography to fix CVE --- .github/renovate.json5 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index da5a36ecb..5ce7ad57d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -126,5 +126,12 @@ groupName: 'CI dependencies', automerge: true, }, + /** Automatically update all versions of cryptography to fic CVE */ + { + matchDepNames: ['cryptography'], + enabled: true, + automerge: true, + schedule: 'at any time', + }, ], }