jycouet / VSTSExtensions

MIT License
30 stars 11 forks source link

How to verify a specific project #38

Closed p13t3rict closed 4 years ago

p13t3rict commented 4 years ago

I have multiple projects in the same repository. I understood from this related issue that RenovateMe only checks one project by design. How can I configure RenovateMe to verify a specific project?

I would like to do this so I can add the RenovateMe task multiple times so that all projects are checked.

jycouet commented 4 years ago

The best is to set up multiple CI, one per Repo. I would suggest having the CI config in a yaml file so that it will be reused all the time.

Hope it's solving your point