fix(#330): add ubi9/ubi-minimal to dependabot ignore list - #331
fix(#330): add ubi9/ubi-minimal to dependabot ignore list#331fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
The boilerplate update script manages the UBI base image tag via skopeo inspect, making Dependabot Docker monitoring redundant for ubi9/ubi-minimal. This caused 9+ consecutive PRs that all failed ci/prow/validate because the boilerplate overwrites the proposed tag during make generate, dirtying the checkout. Add ubi9/ubi-minimal to the existing ignore list in .github/dependabot.yml, following the same pattern used for app-sre/boilerplate and openshift4/ose-operator-registry. Closes #330
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fullsend-ai-coder[bot] 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 |
|
Hi @fullsend-ai-coder[bot]. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
What type of PR is this?
cleanup
What this PR does / why we need it?
Adds
ubi9/ubi-minimalto the Dependabot ignore list in.github/dependabot.yml.The boilerplate update script (
boilerplate/openshift/golang-osd-operator/update) manages the UBI base image tag viaskopeo inspectduringmake generate. This makes Dependabot's Docker monitoring redundant for this image — every Dependabot PR that bumpsubi9/ubi-minimalfailsci/prow/validatebecause the boilerplate overwrites the proposed tag, dirtying the checkout. At least 9 consecutive PRs failed this way over 4 months (#252, #258, #262, #286, #300, #302, #305, #311, #314, #329).This follows the existing pattern for
app-sre/boilerplateandopenshift4/ose-operator-registry, which are already ignored for the same reason (externally managed versions).Which Jira/Github issue(s) this PR fixes?
Fixes #330
Special notes for your reviewer:
The UBI base image will continue to be updated through boilerplate syncs — no update coverage is lost.
Pre-checks (if applicable):
make generatecommand locally to validate code changesCloses #330
Post-script verification
agent/330-ignore-ubi-minimal-dependabot)02457724d74fd7bae321132065b88b0d51f04db9..HEAD)