Getting WARN: Error updating branch: update failure #28134
-
What would you like help with?I would like help with my configuration How are you running Renovate?Self-hosted 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 am expecting digests to be pinned in my repo and instead getting update branch errors. Config is
and run via https://github.com/szinn/containers/blob/main/.github/workflows/renovate-schedule.yaml Seeing
just before the error message in the log (https://github.com/szinn/containers/actions/runs/8435117029/job/23099806470) Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I'm guessing that this one is failing to get pinned:
Can you create a minimal reproduction with just it plus the config needed to reproduce? |
Beta Was this translation helpful? Give feedback.
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. To get started, please read our guide on creating a minimal reproduction. Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
Found the issues |
Beta Was this translation helpful? Give feedback.
-
It appears that HelmRepository instances which are OCI images are marked to have digests attached and they can’t. Needed to turn digest pinning off for them. |
Beta Was this translation helpful? Give feedback.
It appears that HelmRepository instances which are OCI images are marked to have digests attached and they can’t. Needed to turn digest pinning off for them.