-
Notifications
You must be signed in to change notification settings - Fork 2
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
[WIP] trying to add a customDatasource/manager for nextflow plugins #33
base: main
Are you sure you want to change the base?
Conversation
not really getting everything which is going on here. WIP WIP WIP
Terraform Format and Style 🖌
|
That's the right concept! This is where I get most of my renovatspiration https://github.com/onedr0p/home-ops/blob/920485b419bf8dccc6e6b3631f7dd43e11fc7e9b/.github/renovate.json5 |
"format": "json", | ||
"versioning": "semver", | ||
"transformTemplate": [ | ||
"{\"release\": \"{{version}}\", \"releaseTimestamp\": \"{{date}}\"}" | ||
"$[id = 'nf-validation']" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"$[id = 'nf-validation']" | |
"$[id = {{pluginName}}]" |
would like to keep it not plugin specific (nf-prov will probably soon also be in the template)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I would too, just couldn't figure that out last night and my brain gave out from daylight savings 🙃
not really getting everything which is going on here. WIP WIP WIP