WARN: Error updating branch: update failure - Regex Manager #32085
-
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.GitHub Please tell us more about your question or problemHi, I have a lot of managed namespace.yaml, which look like the following:
Here I wanted to create a custom regex manager that checks the available Kubernetes version and updates the pod-security version for (warn, audit and enforce), so I added following part to the renovate.json.
The renovate logs look good, as the update of the version can be done, but when commiting to the new branch, I am getting the error message: Logs (if relevant)LogsVersion update can be found, that is printed for every namespace I have
At the end I am getting following error message:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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. Please follow these steps:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
-
just fixed it, needed to configure in the regex an "extractVersionTemplate" ...., looks now like this for the regex:
|
Beta Was this translation helpful? Give feedback.
just fixed it, needed to configure in the regex an "extractVersionTemplate" ...., looks now like this for the regex: