From ae89e1e65dcf749afb63696af118c9744c32ca5f Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 16 Nov 2025 16:50:46 +0100 Subject: [PATCH] chore(deps): restrict updates of docker/compose to minor and patch --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 3580e3c..ddf31d1 100644 --- a/renovate.json +++ b/renovate.json @@ -31,6 +31,10 @@ ], "matchManagers": [ "regex" + ], + "matchUpdateTypes": [ + "minor", + "patch" ] } ]