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