From 807cc76904c4a0c2065ac4693829d27dfbe7402e Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 3 Sep 2023 13:08:16 +0200 Subject: [PATCH] fix(renovate): update minor versions of docker images as well --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e354d81..25823ac 100644 --- a/renovate.json +++ b/renovate.json @@ -17,7 +17,7 @@ "automerge": true, "matchBaseBranches": [ "master" ], "matchManagers": [ "dockerfile" ], - "matchUpdateTypes": [ "patch" ] + "matchUpdateTypes": [ "minor", "patch" ] }, { "addLabels": [ "renovate/markdownlint-cli", "renovate/automerge" ],