Skip to content

Commit

Permalink
ci: do not group k8s deps in renovate
Browse files Browse the repository at this point in the history
Avoid *k8s.io dependencies from being grouped all together in renovate,
since we want to prevent unwanted dependencies from being fed to cnpg.

Signed-off-by: Francesco Canovai <[email protected]>
  • Loading branch information
fcanovai committed Sep 17, 2024
1 parent aaa0558 commit f1bb448
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
"matchDatasources": [
"go"
],
"matchPackagePatterns": [
"*"
"matchPackageNames": [
// Avoid k8s dependencies from being grouped with other dependencies. We want to be careful
// with how we update them, since we may get indirect upgrades in cloudnative-pg.
"!/k8s.io/"
],
"matchUpdateTypes": [
"minor",
Expand Down

0 comments on commit f1bb448

Please sign in to comment.