Difficulties with onboarding in Azure DevOps Server 2022 #32531
-
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.Azure DevOps Server 2022; Renovate Version 39.13.1 Please tell us more about your question or problemI have configured Renovate Bot to keep track of dependencies in a number of repositories. I'm not using the autodiscovery mechanism and have manually listed all repositories. For most repositories the onboarding process was successful. In those case where the onboarding was not successful, the situation is as follows: I tried following the recommendations from the comment but it is not possible to change the title of closed PRs in ADO and there is a configuration file present in the repository. Editing the renovate.json file dit not help either. I have tried to start over by reimporting the affected repositories into ADO to get rid of the PR history and the configuration file. So far without success as I keep running into the same problem. Logs (if relevant)Logs
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
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.
-
You say you approved the PR, but Renovate says the PR is closed. Is it merged, or closed without merging? |
Beta Was this translation helpful? Give feedback.
-
Hi there, We need more information about your environment. Please explain in detail how you are running Renovate. For example:
Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
Thanks for the quick replies and my apologies for the delayed response.
I was able to piece together a solution that I wanted to share. I ended up reimporting the respositories into ADO to get rid of the PR history. In addition to that I used
git-filter-repo
to remove therenovate.json
file from the repository and its git history. Afterwards the onboarding process could be completed successfully.