Skip to content

Commit

Permalink
renovate: add both lvh-images/kind and kernel-images
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
  • Loading branch information
mtardy committed Sep 15, 2023
1 parent 3659bed commit d14df19
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit d14df19

Please sign in to comment.