Skip to content

fix(#330): add ubi9/ubi-minimal to dependabot ignore list - #331

Open
fullsend-ai-coder[bot] wants to merge 1 commit into
masterfrom
agent/330-ignore-ubi-minimal-dependabot
Open

fix(#330): add ubi9/ubi-minimal to dependabot ignore list#331
fullsend-ai-coder[bot] wants to merge 1 commit into
masterfrom
agent/330-ignore-ubi-minimal-dependabot

Conversation

@fullsend-ai-coder

Copy link
Copy Markdown

What type of PR is this?

cleanup

What this PR does / why we need it?

Adds ubi9/ubi-minimal to the Dependabot ignore list in .github/dependabot.yml.

The boilerplate update script (boilerplate/openshift/golang-osd-operator/update) manages the UBI base image tag via skopeo inspect during make generate. This makes Dependabot's Docker monitoring redundant for this image — every Dependabot PR that bumps ubi9/ubi-minimal fails ci/prow/validate because 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/boilerplate and openshift4/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):

  • Tested latest changes against a cluster
  • Ran make generate command locally to validate code changes
  • Included documentation changes with PR

Closes #330

Post-script verification

  • Branch is not main/master (agent/330-ignore-ubi-minimal-dependabot)
  • Secret scan passed (gitleaks — 02457724d74fd7bae321132065b88b0d51f04db9..HEAD)
  • PR body secret scan passed (gitleaks — no-git)

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
@openshift-ci
openshift-ci Bot requested review from rbhilare and vaidehi411 August 21, 2026 03:09
@openshift-ci

openshift-ci Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: fullsend-ai-coder[bot]
Once this PR has been reviewed and has the lgtm label, please assign bmeng for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Aug 21, 2026
@openshift-ci

openshift-ci Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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 kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ubi9/ubi-minimal to Dependabot ignore list to stop recurring CI-failing PRs

0 participants