chore(renovate): track openclaw + remote-signer helm chart pins#369
Merged
chore(renovate): track openclaw + remote-signer helm chart pins#369
Conversation
Add a custom regex manager that picks up the existing `// renovate:` hint comments in `internal/openclaw/openclaw.go` for both the `openclaw` and `remote-signer` helm charts (the hints were dead labels without a matching manager). Group + label rules mirror the existing `obol-stack-front-end` pattern; major bumps on `remote-signer` go through the dependency dashboard.
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.
Summary
customManager(regex) that parses the existing// renovate:hint comments ininternal/openclaw/openclaw.go, so Renovate actually tracks both helm pins:chartVersion = \"0.1.7\"(openclaw chart onhttps://obolnetwork.github.io/helm-charts/)remoteSignerChartVersion = \"0.3.0\"(remote-signer chart)The hint comments were already present but there was no matching manager — they were dead labels.
obol-stack-front-endstyle: grouped PRs with a nice body template forremote-signer, grouped PRs for theopenclawchart, and a major-bump gate via the dependency dashboard forremote-signer.Regex verification
The regex was test-compiled against the current source and matches both pins exactly:
```
datasource=helm depName=openclaw registryUrl=https://obolnetwork.github.io/helm-charts/ currentValue=0.1.7
datasource=helm depName=remote-signer registryUrl=https://obolnetwork.github.io/helm-charts/ currentValue=0.3.0
```
Expected effect on next Renovate run
Test plan