Skip to content

Commit

Permalink
Disable k8s client-go major update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidspek committed Aug 9, 2021
1 parent 204d6f9 commit f848e3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"major"
],
"enabled": true
},
{
"description": "Disable major update k8s client-go",
"matchPackagePatterns": ["^k8s.io/client-go"],
"matchUpdateTypes": ["major"],
"enabled": false
}
],
"separateMinorPatch": true
Expand Down

0 comments on commit f848e3a

Please sign in to comment.