Make Renovate suggest base image updates#8096
Conversation
f62a5b8 to
f000fd6
Compare
f000fd6 to
cb5cb3f
Compare
cb5cb3f to
236d97d
Compare
236d97d to
81c46c1
Compare
81c46c1 to
5f28ef2
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR configures Renovate to automatically suggest updates for base container images used in the project. The changes enable Renovate to detect and update Docker image digests in the base images makefile.
Key changes:
- Removed autogeneration comment from base images makefile to allow Renovate management
- Added custom regex manager to detect Docker image references with SHA256 digests
- Configured package rules to group base image updates together
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| make/base_images.mk | Removed autogeneration comment to allow Renovate to manage the file |
| .github/renovate.json5 | Added custom manager and package rules for base image updates |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Signed-off-by: Erik Godding Boye <egboye@gmail.com>
ba112e4 to
a4f2026
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Reconfigure PR ResultsThis is an reconfigure PR comment to help you understand and re-configure your renovate bot settings. If this Reconfigure PR were to be merged, we'd expect to see the following outcome: Detected Package Files
Configuration SummaryBased on the default config's presets, Renovate will:
What to ExpectWith your current configuration, Renovate will create 5 Pull Requests: chore(deps): update base images
fix(deps): update k8s.io/kube-openapi digest to 589584f
fix(deps): update cloud go deps
fix(deps): update module github.com/akamai/akamaiopen-edgegrid-golang/v11 to v12
fix(deps): update module github.com/cloudflare/cloudflare-go/v5 to v6
|
|
🚀 |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: erikgb The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Pull Request Motivation
We all love more automation, and this PR should ensure Renovate suggests upgrades to our base images. Relates to #4033.
Kind
/kind cleanup
Release Note