Not finding digest #41378
Unanswered
thompson-tomo
asked this question in
Request Help
Not finding digest
#41378
Replies: 0 comments
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.
-
In a rust project () I contribute to we are using dist to build our distributions. This library generates it's own workflow file to support the release. This file can be customised in a couple of ways:
Both of which we use hence I have attempted to manage these dependencies via a custom manager but have had no luck due to the digest. After a few attempts I am still getting
My config is https://github.com/open-telemetry/weaver/blob/main/.github/renovate.json5 with the key part being:
I am aware that different data sources are being used but neither work.
The following pr shows the issue open-telemetry/weaver#1226 with the CI being resolved if the first manager worked.
I know it is correctly detecting the dependencies but in the file mentioned in the custom manager but the digest is causing issues.
Beta Was this translation helpful? Give feedback.
All reactions