NO-JIRA: Add Renovate rules for UBI8 images on release-1.x branches#460
NO-JIRA: Add Renovate rules for UBI8 images on release-1.x branches#460alebedev87 wants to merge 1 commit into
release-1.x branches#460Conversation
MintMaker/Renovate reads config only from the default branch (`main`), which only had rules for `ubi9` images. The `release-1.1` and `release-1.2` branches use `ubi8/ubi-minimal` and `ubi8/go-toolset` in their Containerfiles, so Renovate silently skipped them. Add `matchBaseBranches`-scoped rules for both UBI8 images to enable base image digest updates and Go toolchain version bumps on release branches.
📝 WalkthroughWalkthroughThis pull request modifies 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test e2e-azure-infoblox-operator |
release-1.x branchesrelease-1.x branches
|
@alebedev87: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@alebedev87: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
MintMaker/Renovate reads config only from the default branch (
main), which only had rules forubi9images. Therelease-1.1andrelease-1.2branches useubi8/ubi-minimalandubi8/go-toolsetin their Containerfiles, so Renovate silently skipped them.Add
matchBaseBranches-scoped rules for both UBI8 images to enable base image digest updates and Go toolchain version bumps on release branches.