YYYYMMDD Package Versioning #35735
Replies: 4 comments 4 replies
-
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.
-
If the versioning was rejecting this format, you'd see skipReason=invalid-value or something like that. As that's not happening, we'd need a reproduction repo in order to debug it |
Beta Was this translation helpful? Give feedback.
-
Not sure if this helps, but this was also in the logs: INFO: Found no results from datasource that look like a version |
Beta Was this translation helpful? Give feedback.
-
Here is the minimal reproduction link: https://github.com/beltmr/35735 |
Beta Was this translation helpful? Give feedback.
-
How are you running Renovate?
A Mend.io-hosted app
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
Hi, I'm trying to configure Renovate to detect updates for a dependency that uses a yyyymmdd version format. I'm using the dependency wpackagist-plugin/ga-google-analytics, however, Renovate doesn't seem to detect updates for this. I believe this is due to the special versioning they use, which is in yyyymmdd format. I tried specifying loose versioning for that package in the renovate.json file (see below), but it still doesn't detect updates.
"packageRules": [
{
"matchPackageNames": ["wpackagist-plugin/ga-google-analytics"],
"versioning": "loose"
}
]
Any help you can provide would be greatly appreciated! Thanks in advance!
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions