Skip to content

Commit e0eba8e

Browse files
author
kranurag7
committed
disable core k8s deps bumps via renovate
Signed-off-by: kranurag7 <[email protected]>
1 parent 2919ca9 commit e0eba8e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/renovate/golang.json5

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@
3131
{
3232
description: "Disable update k8s packages",
3333
matchManagers: ["gomod"],
34-
matchDepNames: ["k8s.io/api", "k8s.io/apimachinery", "k8s.io/apiserver", "k8s.io/client-go", "k8s.io/kubectl", "k8s.io/code-generator"],
35-
matchUpdateTypes: ["patch"],
36-
enabled: true,
34+
matchDepNames: ["k8s.io/api", "k8s.io/apimachinery", "k8s.io/apiserver", "k8s.io/client-go", "k8s.io/kubectl", "k8s.io/code-generator", "k8s.io/klog/v2", "k8s.io/cli-runtime", "k8s.io/apiextensions-apiserver"],
35+
enabled: false,
3736
},
3837
{
3938
description: "Disable update cluster-api",

0 commit comments

Comments
 (0)