Skip to content

Commit

Permalink
renovate: separate major.minor.patch for lvh images
Browse files Browse the repository at this point in the history
If we don't split the major.minor and the minor.patch, renovate will not
update the dependencies that are marked to have their major and minor
updates done by the maintainers. Thus, this commit will split them
moving forward.

Signed-off-by: André Martins <[email protected]>
  • Loading branch information
aanm committed Mar 4, 2024
1 parent 5448ac1 commit 7928aee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,18 @@
"main"
],
},
{
// Separate major minor and patch so that renovate can update the patch
// versions of the images.
"matchPackageNames": [
"quay.io/lvh-images/complexity-test",
"quay.io/lvh-images/kind",
"kindest/node",
"quay.io/cilium/kindest-node"
],
"separateMajorMinor": true,
"separateMinorPatch": true
},
{
// Do not allow any updates for major.minor, they will be done by maintainers
"enabled": false,
Expand Down

0 comments on commit 7928aee

Please sign in to comment.