[Feature-Request] RegexManager Checksum-Download Support #7928
Labels
datasource:github-releases
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
status:requirements
Full requirements are not yet known, so implementation should not be started
type:feature
Feature (new functionality)
What would you like Renovate to be able to do?
I use a regexmanager (with github-releases datasource) to update versions of tooling inside Dockerfiles. in the end it looks like this:
With the RegexManager looking like this.
This works great for updating the Version, but it would also be cool if Renovate could update the Checksum (in this example
ARG SKAFFOLD_CHECKSUM
).Did you already have any implementation ideas?
We could add a capture group that captures
checksumUrl
and another one that capturescurrentChecksumValue
. This signals to renovate that it should update the checksum by downloadingchecksumUrl
and passing thebody
.Edit: We'd also need to allow inserting the new version into the url
The text was updated successfully, but these errors were encountered: