Skip to content

Fix golang renovate dependency updates - #3827

Merged
Weltraumschaf merged 2 commits into
secureCodeBox:mainfrom
J12934:fix/golang-renovate-updates
Sep 10, 2026
Merged

Weltraumschaf merged 2 commits into
secureCodeBox:mainfrom
J12934:fix/golang-renovate-updates

Conversation

@J12934

@J12934 J12934 commented Sep 10, 2026

Copy link
Copy Markdown
Member

Description

I've configured renovate to bump the golang version in the go.mod files.
The config wasn't properly working and was also bumping other golang deps (we intentionally kept this with dependabot for now) If we keep it enabled we'll get conflicting versions bumps from booth tools.

So this PR should disable the golang package update via renovate for us to stick with dependabot

While looking at the renovate PRs i've noticed that we still pull in a kubernetes utils packages thats only used for a slice contains call, quickly removed it & switched to the std lib.

Checklist

  • Test your changes as thoroughly as possible before you commit them. Preferably, automate your test by unit/integration tests.
  • Make sure that all your commits are signed-off and that you are added to the Contributors file.
  • Make sure that all CI finish successfully.
  • Optional (but appreciated): Make sure that all commits are Verified.

Hnadled by dependabot in our repo

Follow up to e7b9327

Signed-off-by: Jannik Hollenbach <[email protected]>
now handled by the std lib

Signed-off-by: Jannik Hollenbach <[email protected]>
@netlify

netlify Bot commented Sep 10, 2026

Copy link
Copy Markdown

Deploy Preview for docs-securecodebox canceled.

Name Link
🔨 Latest commit 198b05d
🔍 Latest deploy log https://app.netlify.com/projects/docs-securecodebox/deploys/6aa254cce9921f000847c2ee

@sonarqubecloud

Copy link
Copy Markdown

@J12934 J12934 moved this from Triage to To Review in secureCodeBox Sep 10, 2026
@github-project-automation github-project-automation Bot moved this from To Review to Reviewer Approved in secureCodeBox Sep 10, 2026
@Weltraumschaf
Weltraumschaf merged commit 9f2cc4c into secureCodeBox:main Sep 10, 2026
51 checks passed
@github-project-automation github-project-automation Bot moved this from Reviewer Approved to Done in secureCodeBox Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants