Difficulties with onboarding in Azure DevOps Server 2022 #32531
Replies: 3 comments 8 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.
-
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 problem
I 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:
Renovate Bot creates an onboarding PR that adds a default renovate.json file to the repository. After I approve the PR, Renovate Bot adds a comment to the PR ("Renovate is disabled
Renovate is disabled because there is no Renovate configuration file. To enable Renovate, you can either (a) change this PR's title to get a new onboarding PR, and merge the new onboarding PR, or (b) create a Renovate config file, and commit that file to your base branch."). On subsequent runs of Renovate Bot the repository is ignored (see logs).
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.
All reactions