Skip to content

Fix Renovate rules for the power_assert and json constraints - #157

Merged
mtsmfm merged 1 commit into
mainfrom
disable-json-constraint-updates
Sep 16, 2026
Merged

mtsmfm merged 1 commit into
mainfrom
disable-json-constraint-updates

Conversation

@mtsmfm

@mtsmfm mtsmfm commented Sep 16, 2026

Copy link
Copy Markdown
Owner

The bundler manager extracts currentValue from a Gemfile including the surrounding quotes, so the value for gem "json", "< 3.0" is "< 3.0" with quotes. The matchCurrentValue: "< 3.0" rules never matched, which is why Renovate kept opening constraint updates (#146, #154, #156). Match the quoted value with a regex instead.

The bundler manager extracts `currentValue` from a Gemfile including
the surrounding quotes, so the value for `gem "json", "< 3.0"` is
`"< 3.0"` with quotes. The `matchCurrentValue: "< 3.0"` rules never
matched, which is why Renovate kept opening constraint updates
(#146, #154, #156). Match the quoted value with a regex instead.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@mtsmfm
mtsmfm merged commit 9874878 into main Sep 16, 2026
24 checks passed
@mtsmfm
mtsmfm deleted the disable-json-constraint-updates branch September 16, 2026 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant