We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15749e commit c81fa2eCopy full SHA for c81fa2e
.github/renovate.json5
@@ -232,7 +232,11 @@
232
// https://github.com/google/go-licenses/issues/205
233
"github.com/google/go-licenses",
234
// We update this dependency manually together with conformance test changes
235
- "sigs.k8s.io/gateway-api"
+ "sigs.k8s.io/gateway-api",
236
+ // The PR https://github.com/cilium/deepequal-gen/pull/7 contains breaking changes,
237
+ // which requires manual intervention.
238
+ // Remove this entry once the PR https://github.com/cilium/cilium/pull/35406 is merged.
239
+ "github.com/cilium/deepequal-gen"
240
],
241
"matchPackagePatterns": [
242
// We can't update these libraries until github.com/shoenig/go-m1cpu
0 commit comments