From 2514d4c4badbb6e484e62d04090bcfe7182345a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 22 Aug 2022 15:25:59 +0200 Subject: [PATCH] Less strict version for Docker images --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index e0096e9610..06a18e2d86 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -8,6 +8,11 @@ lockFileMaintenance: { enabled: true, automerge: true }, baseBranches: ['master', '3.27', '3.28', '3.29'], packageRules: [ + /** Less strict version for Docker images */ + { + matchDatasources: ['docker'], + versioning: 'loose', + }, /** Automerge the patch, the minor and the dev dependency */ { matchBaseBranches: ['master'],