Can't update Git digests with jsonata #36967
Unanswered
stephenwade
asked this question in
Request Help
Replies: 2 comments 2 replies
-
|
It is a known limitation. I will create an issue to track it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Linking to the original report: #36461 I tried to fix it but was unable to since I am not familiar with JS/TS |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
I have a YAML file with a list of dependencies that are downloaded from Git during a deploy process. The YAML file includes the Git repo URL, the branch name, and the commit hash. I want to keep the commit hashes up to date.
I'm using the JSONata custom manager and the Git refs datasource. The Git refs datasource documentation say to set
currentValueto the branch name.In the Renovate dashboard, I can see that Renovate detects the dependencies, but it has an error when trying to make a PR. I think it's only trying to replace the
currentValue(which is the branch name, see the Git Refs Datasource docs) even though this is a digest update so it should be trying to replace thecurrentDigest.Minimal reproduction: https://github.com/stephenwade/renovate-repro-jsonata-digest
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions