fix(renovate): shorten the otel depname so bumps pass commitlint - #112
Open
TheMeinerLP wants to merge 1 commit into
Open
fix(renovate): shorten the otel depname so bumps pass commitlint#112TheMeinerLP wants to merge 1 commit into
TheMeinerLP wants to merge 1 commit into
Conversation
Renovate builds "chore(deps): update <depName> docker tag to <version>". For ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-java that is 112 characters against the 100-character header limit enforced in commitlint.config.mjs, so every bump of that image fails CI (it hit #89). overrideDepName changes only the display name; image, datasource and version resolution are untouched. It also changes the branch name, so Renovate replaces an existing branch rather than reusing it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HgGcaQvikzVKNidVQZqtJc
TheMeinerLP
force-pushed
the
fix/renovate-long-depname
branch
from
August 18, 2026 09:54
c75d4c4 to
ee597fc
Compare
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.
Renovate baut den Commit-Header als
chore(deps): update <depName> docker tag to <version>. Fürghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-java(70 Zeichen depName) ergibt das 112 Zeichen gegen das 100-Zeichen-Limit auscommitlint.config.mjs:Das hat #89 blockiert; das Image steckt weiterhin in
helm/micronaut/values.yamlundapps/.../reposilite/release.yaml, also trifft es jeden künftigen Bump identisch.overrideDepNameändert nur den Anzeigenamen — Image, Datasource und Versionsauflösung bleiben unberührt:Ich habe alle Registry-Image-Referenzen in
apps/,infrastructure/undhelm/durchgesehen: dieses ist das einzige, das über das Budget von ~57 Zeichen für den depName geht. Eine generische Registry-strippende Regel würde es nicht einmal lösen (ohneghcr.io/bleiben 62 Zeichen), deshalb die gezielte Regel.Rebased auf
main— die Regel hängt jetzt an den vorhandenenpackageRulesneben der Harbor-Gruppierung. Der zentrale OLF-Preset, dessen Fehlen die ursprüngliche Beschreibung noch anmerkte, ist inzwischen eingebunden und enthält nichts, was den Header beeinflusst.