Disable digest for a specific manager #34455
Unanswered
pascalberger
asked this question in
Request Help
Replies: 1 comment 2 replies
-
Yes, use packageRules with matchManagers |
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
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitHub
Please tell us more about your question or problem
I've defined a RegEx manager to update the version of a Docker image in a source code file. The source code does not support digest, so what I need is just the version of the image. At the same time I've a compose file where the same image is used, where I would like to pin to the SHA.
Renovate now tries to pin to the RegEx manager managed version, which fails with
WARN: Error updating branch: update failure
, which makes sense, since there is no SHA there.Is there a way that I can say on the RegEx manager that it should ignore digest, but still have the digest pinning in the compose file?
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions