Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading