feat(renovate): track nolte/vale-style releases via .vale.ini customManager#361
Merged
nolte-portfolio-app[bot] merged 1 commit intoJun 6, 2026
Merged
Conversation
…anager Repos that pin the Vale style package by release URL in .vale.ini (Packages = .../nolte/vale-style/releases/download/<tag>/nolte-styles.zip) had no Renovate manager covering that URL, so the pin never got bumped (e.g. nolte/workstation sat on v0.1.3 while latest was v0.1.14). Add a regex customManager to the shared common config so the github-releases datasource tracks nolte/vale-style and proposes pin bumps automatically. It is a no-op for repos without a matching .vale.ini, so it is safe portfolio-wide. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Adds a regex
customManagerto the sharedrenovate-configs/common.jsonso Renovate tracks thenolte/vale-stylerelease pinned by URL in a repo's.vale.iniand proposes pin bumps automatically.Why
Repos pin the Vale style package by release URL:
Packages = https://github.com/nolte/vale-style/releases/download/v0.1.3/nolte-styles.zipNothing in the shared config (
config:base, dependency dashboard, pre-commit) nor in consumerrenovate.json5files covers that URL, so the pin never gets bumped. Concretely,nolte/workstationsat onv0.1.3while the latest release wasv0.1.14— 11 releases of vocabulary behind, which is what letchezmoi/noltetripVale.Spellingthere.Changes
renovate-configs/common.json: add acustomManagersentry (regex) that.vale.ini,v<x.y.z>tag from thenolte/vale-style/releases/download/<tag>/URL ascurrentValue,github-releasesdatasource fornolte/vale-style.Risk / rollout notes
.vale.ini— the manager only activates where the URL pattern is present, so it is safe to roll out portfolio-wide via the existing_extendsreferences.extends/labelsbehaviour is unchanged.gh-plumbingrelease tag is cut, consumers that pinrenovate-configs/common#<tag>pick it up on their next ref bump.Related
[Cc]hezmoiupstream (the term that surfaced this gap).