Skip to content

Commit 8838894

Browse files
committed
build: ignore update on rust (try to be compatible with oldest version)
1 parent a21b3c4 commit 8838894

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@
2323
matchPackageNames: ["kube", "k8s-openapi"],
2424
groupName: "kubers",
2525
},
26+
{
27+
matchPackageNames: ["rust"],
28+
enabled: false,
29+
},
2630
],
2731
}

0 commit comments

Comments
 (0)