Renovate removed the v prefix from the version
#36344
Unanswered
Deishelon
asked this question in
Request Help
Replies: 1 comment
-
|
Hi there, Please help this Discussion progress by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running Renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
BitBucket Server | Renovate Version: 40.40-full
Please tell us more about your question or problem
In Gradle(Maven), we have the following dependency:
However, renovate bot tried to update this dependency and it removed the
vprefix from the version, like so:This is our renovate.json config:
{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["schedule:daily", "config:recommended", "group:all"], "timezone": "Pacific/Auckland", "baseBranches": ["master"], "cloneSubmodules": true, "reviewersFromCodeOwners": true, "pre-commit": { "enabled": true }, "packageRules": [ { "packagePatterns": ["^com.google.guava:"], "versionCompatibility": "^(?<version>.*)-android$", "versioning": "semver" } ] }Any workarounds? Or should this be fixed upstream?
Logs (if relevant)
Logs: N/A. Unable to provide the logs, due to org policy.
Beta Was this translation helpful? Give feedback.
All reactions