Skip to content

Commit

Permalink
Renovate: Ignore digest updates for k8s dependencies
Browse files Browse the repository at this point in the history
Renovate is configured to ignore minor and major updated of k8s dependencies,
because they need to be bumped together with Cilium. However, some k8s
dependencies (k8s.io/kube-openapi) are not tagged with a version, but pinned by
digest. This commit updates the Renovate config to ignore them too.

Signed-off-by: Anna Kapuscinska <[email protected]>
  • Loading branch information
lambdanis committed Oct 6, 2023
1 parent a2251c1 commit e2eb1d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@
"matchUpdateTypes": [
"major",
"minor",
"digest",
],
}
],
Expand Down

0 comments on commit e2eb1d5

Please sign in to comment.