allowedVersions doesn't use normalized version #25708
-
How are you running Renovate?Mend Renovate hosted app on github.com If you're self-hosting Renovate, tell us what version of Renovate you run.No response If you're self-hosting Renovate, select which platform you are using.None Was this something which used to work for you, and then stopped?I am trying to get this working for the first time Describe the problemI want to apply {
"matchPackageNames": [
"satantime/puppeteer-node",
"@types/node",
"nodejs/node"
],
"allowedVersions": "/^\\d*[02468]\\./",
"branchTopic": "node-{{{newMajor}}}{{#if separateMinorPatch}}{{#if isPatch}}.{{{newMinor}}}{{/if}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}"
} However, all PRs don't have {
"deps": [
{
"depName": "node",
"currentValue": "18.18.2",
"datasource": "github-tags",
"packageName": "nodejs/node",
"updates": [],
"versioning": "node",
"warnings": [],
"sourceUrl": "https://github.com/nodejs/node",
"registryUrl": "https://github.com",
"currentVersion": "18.18.2",
"isSingleVersion": true,
"fixedVersion": "18.18.2"
}
],
"packageFile": ".nvmrc"
}, It looks obvious that based on The issue here is that I would propose to apply Relevant debug logsLogs
Have you created a minimal reproduction repository?I have explained in the description why a minimal reproduction is impossible |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's behaving as designed. If you want config help for how to work around it, or to request a feature, create the appropriate discussion |
Beta Was this translation helpful? Give feedback.
okay - if it's by design - how should I understand that
v
is missing? logs don't show any field withv
in versions.