Disable digest for a specific manager #34455
-
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 problemI'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 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.
Replies: 1 comment 3 replies
-
Yes, use packageRules with matchManagers |
Beta Was this translation helpful? Give feedback.
Yes, use packageRules with matchManagers