From d14df197a96f8c54dd667893c225969a93dbd120 Mon Sep 17 00:00:00 2001 From: Mahe Tardy Date: Fri, 15 Sep 2023 11:09:58 +0200 Subject: [PATCH] renovate: add both lvh-images/kind and kernel-images Signed-off-by: Mahe Tardy --- .github/renovate.json5 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a0529de9d12..baf1b374b19 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -275,7 +275,8 @@ }, { "matchDepNames": [ - "quay.io/lvh-images/kernel-images" + "quay.io/lvh-images/kernel-images", + "quay.io/lvh-images/kind" ], // LVH uses custom versioning for its images, need to match those kinds of tags: // - bpf-next-20230914.012459 @@ -287,7 +288,8 @@ "groupName": "all lvh-images main", "groupSlug": "all-lvh-images-main", "matchPackageNames": [ - "quay.io/lvh-images/kernel-images" + "quay.io/lvh-images/kernel-images", + "quay.io/lvh-images/kind" ], "matchUpdateTypes": [ "digest", @@ -301,7 +303,8 @@ // do not allow any updates for major.minor for LVH, they will be done by maintainers "enabled": false, "matchPackageNames": [ - "quay.io/lvh-images/kernel-images" + "quay.io/lvh-images/kernel-images", + "quay.io/lvh-images/kind" ], "matchUpdateTypes": [ "major",