Skip to content

ci(dependabot): split /sample gomod entry from /#379

Open
peanball wants to merge 1 commit into
ironcore-dev:mainfrom
sap-contributions:ci/dependabot-split-directories
Open

ci(dependabot): split /sample gomod entry from /#379
peanball wants to merge 1 commit into
ironcore-dev:mainfrom
sap-contributions:ci/dependabot-split-directories

Conversation

@peanball

Copy link
Copy Markdown
Member

The /sample module is a separate entity from the root; grouping both
under one gomod block with a k8s.io/* / sigs.k8s.io/* ignore rule can
produce inconsistent bumps when sample's deps (via ironcore) transitively
require newer k8s versions than the ignore rule allows.

Give /sample its own gomod entry with its own group and no ignore list.

The inconsistency mentioned above leads to the sample go.mod file not being complete, and the test_openapi_extractor tests action failing.

The /sample module is a separate entity from the root; grouping both
under one gomod block with a k8s.io/* / sigs.k8s.io/* ignore rule can
produce inconsistent bumps when sample's deps (via ironcore) transitively
require newer k8s versions than the ignore rule allows.

Give /sample its own gomod entry with its own group and no ignore list.

Signed-off-by: Alexander Lais <alexander.lais@sap.com>
@peanball
peanball requested review from a team as code owners July 23, 2026 11:05
@afritzler afritzler added the enhancement New feature or request label Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants