Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: change guava example from regex manager to extractVersion #29932

Open
rarkins opened this issue Jun 29, 2024 Discussed in #29826 · 0 comments
Open

docs: change guava example from regex manager to extractVersion #29932

rarkins opened this issue Jun 29, 2024 Discussed in #29826 · 0 comments
Labels
priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:docs Documentation

Comments

@rarkins
Copy link
Collaborator

rarkins commented Jun 29, 2024

Related discussion below:

Discussed in #29826

Originally posted by ipletnjov-tw June 24, 2024

What would you like help with?

I think I found a bug

How are you running Renovate?

Self-hosted

If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.

GitHub, version 37.415.0

Please tell us more about your question or problem

Reproduction repository: https://github.com/ipletnjov-tw/renovate-guava-osv-config-issue

A Java (Maven) repository containing an outdated Guava version combined with "osvVulnerabilityAlerts": true and a packageRule with "versioning": "regex:^(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?(-(?<compatibility>.*))?$" for the Guava package will result in a "Action Required: Fix Renovate Configuration" issue being created by Renovate.

Example from the repro repo:

The regex versioning string above was taken directly from Renovate docs on regex versioning:
https://github.com/renovatebot/renovate/blob/main/lib/modules/versioning/regex/readme.md?plain=1#L21

This seems to be a regression caused by #29666, as running Renovate version 37.408.1 auto-closed the "Action Required: Fix Renovate Configuration" issue in our repos and our PRs were updated as usual.

Logs (if relevant)

Logs
Let me know if the repro repo isn't enough and I'll try and get my hands on the debug logs.
@rarkins rarkins added priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:docs Documentation labels Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others type:docs Documentation
Projects
None yet
Development

No branches or pull requests

1 participant