-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure renovate to update dependencies in the folder template instead of generated files. #337
Comments
More specific renovate configuration are needed to update those jinja templates. So I suppose to split it into two (or three) steps:
Currently, it is more like renovate's default behavior. When the generated files are isolated, it will no update generated files any more. |
My suggestion is to add the file name convention matches of relative renovate supported managers. These settings require more tricky steps. There're some links: |
Yes, you are right. As you may also noticed, there is no |
For template, seems we have to use There are several options:
Any comments? |
I would recommend option 2. Because the scaffold instance is instantiated by the template files, and the consistancy between the generated and the template are essential. Moreover, it is not necessary for users to care about the scaffold instance configured dependencies. If users really need another dependency manager from renovate, it is all up to them. |
OK, in this way, I may still prefer to have #340 merged first so that I can check the extracted deps. #343 is also somehow dependency since it introduces |
According to previous discussion, maybe we can close this issue? |
it's ok. |
I just notice that it excludes template folder updates from renovate in renovate configuration file
renovate.json
:ss-python/.renovaterc.json
Lines 7 to 9 in 92e4a17
The settings mean we have to do some mannual updates for template folder.🤔 See:
Why don't we accept the prs from renovate in the folder template. I consider we could focus on the template itself instead of the generated files.
The text was updated successfully, but these errors were encountered: