We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Renovate can track versions in non-standard places, e.g. the versions for JupyterHub and other dependancies.
The text was updated successfully, but these errors were encountered:
in the renovate json put this: (replace fileMatch and matchStrings with some suitable regex)
{ customManagers: [ { "customType": "regex", "fileMatch": ["^build-slurm-rpms$"], "matchStrings": [ '#\\srenovate:\\sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s*export .*?_VERSION=\\"(?<currentValue>.*)\\"\\s*' ], "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" } ] }
and in the files matchéd put something like this:
# renovate: datasource=github-tags depName=schedmd/slurm versioning=loose export SLURM_VERSION="24.05.0-0rc1"
Sorry, something went wrong.
can group the versions variables into a separate tfvars file? or should i leave it in the control of each module resource instance?
Successfully merging a pull request may close this issue.
Renovate can track versions in non-standard places, e.g. the versions for JupyterHub and other dependancies.
The text was updated successfully, but these errors were encountered: