-
I agree with this suggested approach. I just ran into a similar issue myself.
-
State changed as build OD-8064 is successful
-
OneDev
changed state to 'Closed' 2 weeks ago
Previous Value Current Value Open
Closed
| Type |
Improvement
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (1)
Good morning, At the moment the
Update Dependencies via Renovatestep supports project selection, along with a toggle to include child projects. That is already quite useful.One limitation, however, is that the include child projects option only scans one level deep. As a result, whenever a new repository is created in a more deeply nested structure, the step definition needs to be updated to explicitly include additional parent projects.
For example, in the following structure, enabling
include child projectsforProject Awould still not discoverProject D:To ensure all projects are covered, both
Project AandProject Cwould need to be added to the step configuration.A few possible improvements that could address this are:
Any of these approaches would make the step easier to maintain in environments where repositories are frequently added or reorganized within nested project structures.