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
5 changes: 3 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,11 @@
automerge: true,
},
{
// jsonpatch has to be kept in sync with k8s and controller-runtime dependencies
// jsonpatch major version has to be kept in sync with k8s and controller-runtime dependencies
matchDatasources: ['go'],
matchPackageNames: ['gomodules.xyz/jsonpatch/*'],
enabled: false,
matchUpdateTypes: ['major'],
enabled: false
},
{
// kind minor k8s version should be updated together with shoot k8s version
Expand Down
Loading