-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
renovate-config manager #16679
Comments
can easily be done with regex manager |
Hi there, You're requesting support for a new package manager. We need to know some basic information about this package manager first. Please copy/paste the new package manager questionnaire, and fill it out in full. Once the questionnaire is filled out we will evaluate if adding support for this manager is something we want to do. Good luck, The Renovate team |
@viceice Kindly share the regex manager block that you will use |
@viceice I think Renovate should fundamentally support upgrades of its config presets. Do think differently? |
Sure, PRs welcome |
This looks like a duplicate of #13308. |
Duplicate of #13308 |
What would you like Renovate to be able to do?
Renovate should be able to detect updates to Sharable Config Preset. For instance, look at a Renovate configuration that looks like
Renovate should detect that
abc/foo
has a new tag.There is no builtin manager for renovate-config where it should be a fundamental manager.
If you have any ideas on how this should be implemented, please tell us here.
renovate-config manager should use its builtin config library to:
(^|/).?renovate(?:rc)?(?:\.json5?)?$
)github
)abc/foo
)1.5.4
)Is this a feature you are interested in implementing yourself?
Maybe
The text was updated successfully, but these errors were encountered: