We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gomodules.xyz/jsonpatch
1 parent cad9971 commit c20cd86Copy full SHA for c20cd86
.github/renovate.json5
@@ -127,10 +127,11 @@
127
automerge: true,
128
},
129
{
130
- // 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
131
matchDatasources: ['go'],
132
matchPackageNames: ['gomodules.xyz/jsonpatch/*'],
133
- enabled: false,
+ matchUpdateTypes: ['major'],
134
+ enabled: false
135
136
137
// kind minor k8s version should be updated together with shoot k8s version
0 commit comments