Stop Dependabot from reopening breaking CI-red updates - #95
Merged
Merged
Conversation
Group update-types do not block ungrouped majors or Go minors, so ginkgo 2.32, Spring Boot 4, and kubernetes 36 still opened and failed operator/local-regression. Ignore those classes, freeze rebases, and keep the operator builder image on the go.mod Go version. Co-authored-by: jmjava <jmjava@gmail.com>
jmjava
marked this pull request as ready for review
September 16, 2026 22:59
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
#77 grouped Dependabot updates as patch/minor-only. That does not stop ungrouped majors or Go minors. After #77 merged, Dependabot opened:
golang:1.23)kubernetes>=36pytest>=9Those PRs are why latest-per-workflow operator is red (
35153922418:go.mod requires go >= 1.25.0 (running go 1.23.12)).Change
ignore: "*"semver-major on every ecosystem; gomod also ignores minorsrebase-strategy: disabledso already-open breaking PRs are not rebased into a newer failed latest runscripts/check-ci-policy.pykeep Dockerfilegolang:1.23aligned withgo.modThis PR changes
.github/workflows/operator.ymlso a new operator run can replace the ginkgo failure as latest-per-workflow. It does not touch intercept path filters.Existing Dependabot PRs stay open until Dependabot’s next cycle closes ignored updates. They should not be merged.
Verification
Local
bash scripts/run-regression-stream.sh --local-only→regression exit code: 0(no cluster; Tekton/Newman/Results not run).Status at open
949f9f0was all-green, including intercept35153803190maintip is7dfbc31(fix(ci): install jq/yq in resolve-stack so Kind Phase 2 can pass #26): local-regression success, intercept in progress (35156272999)