Skip to content

Commit

Permalink
renovate: group alpine and golang updates
Browse files Browse the repository at this point in the history
Group the updates of each of these two images together so that we don't
have a PR for each version type. For example, we don't need to have a PR
for a digest change together with an update for minor, we can simply
have the minor update instead.

Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Feb 19, 2024
1 parent 5533b39 commit 06cff5a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@
"images/operator/Dockerfile",
"images/kvstoremesh/Dockerfile"
],
"matchUpdateTypes": [
"major",
"minor",
"digest",
"patch",
"pin",
"pinDigest"
]
},
{
// Images that directly use docker.io/library/alpine for building.
Expand All @@ -229,6 +237,14 @@
"images/operator/Dockerfile",
"images/kvstoremesh/Dockerfile"
],
"matchUpdateTypes": [
"major",
"minor",
"digest",
"patch",
"pin",
"pinDigest"
],
},
{
"groupName": "spire-images",
Expand Down

0 comments on commit 06cff5a

Please sign in to comment.