Skip to content

Commit

Permalink
Ignore dependency updates from k8s.io/kube-openapi because it depen…
Browse files Browse the repository at this point in the history
…ds on `k8s.io/apiserver` (gardener#9269)
  • Loading branch information
oliver-goetz authored Feb 28, 2024
1 parent 11dd02a commit 22d6bf4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
"matchPackagePatterns": ["github\\.com\/gardener\/.+"],
"enabled": false
},
{
// Ignore dependency updates from k8s.io/kube-openapi because it depends on k8s.io/apiserver.
"matchDatasources": ["go"],
"matchPackagePatterns": ["k8s\\.io\/kube-openapi"],
"enabled": false
},
{
// Ignore paths which most likely create false positives.
"matchFileNames": [
Expand Down

0 comments on commit 22d6bf4

Please sign in to comment.