Closed artemptushkin closed 8 months ago
Let's say we have a project files with EJS placeholders, i.e. template project. We use it to generate a real project.
Does anyone have a design for how can we automate dependencies update, for example, with Renovate in the projects with placeholders?
The problem is that automated tools are design to read real repositories but not the one with placeholders
Related discussion in Renovate bot https://github.com/renovatebot/renovate/discussions/27870
okay, my case was that we have .ejs files and Renovate simply didn't support them if you use classic build.gradle etc. files it works even if they contain placeholders
.ejs
build.gradle
Let's say we have a project files with EJS placeholders, i.e. template project. We use it to generate a real project.
Does anyone have a design for how can we automate dependencies update, for example, with Renovate in the projects with placeholders?
The problem is that automated tools are design to read real repositories but not the one with placeholders
Related discussion in Renovate bot https://github.com/renovatebot/renovate/discussions/27870