-
Notifications
You must be signed in to change notification settings - Fork 2.4k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Support relative paths for config presets #17561
Comments
What would the syntax look like? |
@rarkins If However, I'm not sure how nested |
the main difficulty is that preset does know anything about paths at all, that info is only available on platform code, bit that doesn't know anything about parent preset. |
We can live without this feature (with some hacks), but we'd appreciate it if Renovate teams implemented it. However, I understand that it may take a lot of time to implement, and not many users need this feature, so it's not a high priority. |
Hi there, Get your issue 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. To get started, please read our guide on creating a minimal reproduction. We may close the issue if you, or someone else, haven't created a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment. Good luck, The Renovate team |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
What would you like Renovate to be able to do?
We have several repositories that have the same files automatically synchronized between them. Renovate's config is one of them.
It would be cool if we could use relative paths in shared config presets. It would allow us to use synchronized base Renovate config and included repository specific preset.
If you have any ideas on how this should be implemented, please tell us here.
If
extends
section has a value starting with./
or../
, it should be treated as a relative path and loaded accordingly.Is this a feature you are interested in implementing yourself?
Maybe
The text was updated successfully, but these errors were encountered: