Skip to content

Commit

Permalink
Merge pull request #189 from SovereignCloudStack/kr/disable-k8s-bumps
Browse files Browse the repository at this point in the history
🌱 disable core k8s deps bumps via renovate
  • Loading branch information
kranurag7 committed Jun 12, 2024
2 parents 2919ca9 + e0eba8e commit f716d23
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/renovate/golang.json5
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
{
description: "Disable update k8s packages",
matchManagers: ["gomod"],
matchDepNames: ["k8s.io/api", "k8s.io/apimachinery", "k8s.io/apiserver", "k8s.io/client-go", "k8s.io/kubectl", "k8s.io/code-generator"],
matchUpdateTypes: ["patch"],
enabled: true,
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"],
enabled: false,
},
{
description: "Disable update cluster-api",
Expand Down

0 comments on commit f716d23

Please sign in to comment.