From 8f3ddae6ac379dc3aba5c38d8da68191202d1b9a Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Thu, 28 May 2026 20:40:03 +0200 Subject: [PATCH] Renovate ungroup problematic upgrades Signed-off-by: Erik Godding Boye --- .github/renovate.json5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index bec52185..ce4edce1 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -85,6 +85,14 @@ 'digest', ], }, + { + // FIXME: Ungroup some currently problematic dependencies + groupName: null, + matchPackageNames: [ + 'github.com/google/go-containerregistry', // Release v0.21.6 was creating a havoc in our Prow cluster + 'hashicorp/vault', // Missing binaries in the latest release (v2.0.1), see https://developer.hashicorp.com/vault/docs/updates/release-notes#vault-2-0-1 + ], + }, { matchPackageNames: [ 'github.com/inteon/go-licenses/**', // FIXME(inteon): See if we can get back to upstream go-licenses