From 06cff5a26f347f42f12de58eb3f86a5a63ec9b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Martins?= Date: Mon, 19 Feb 2024 14:26:59 +0100 Subject: [PATCH] renovate: group alpine and golang updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Group the updates of each of these two images together so that we don't have a PR for each version type. For example, we don't need to have a PR for a digest change together with an update for minor, we can simply have the minor update instead. Signed-off-by: André Martins --- .github/renovate.json5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d22e480823dce..dc841ccc1e88f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -217,6 +217,14 @@ "images/operator/Dockerfile", "images/kvstoremesh/Dockerfile" ], + "matchUpdateTypes": [ + "major", + "minor", + "digest", + "patch", + "pin", + "pinDigest" + ] }, { // Images that directly use docker.io/library/alpine for building. @@ -229,6 +237,14 @@ "images/operator/Dockerfile", "images/kvstoremesh/Dockerfile" ], + "matchUpdateTypes": [ + "major", + "minor", + "digest", + "patch", + "pin", + "pinDigest" + ], }, { "groupName": "spire-images",