preset for renovating renovate configuration itself #23924
Replies: 2 comments 3 replies
|
Sounds good |
1 reply
|
This is now available |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
when using sharable configuration preset, renovate configuration may look like
{ "extends": ["github>rarkins/renovate-config#1.2.3"] }and would expect renovate to renovate its configuration and open a pull request when there is a new version to to a sharable configuration preset. for instance, updating 1.2.3 to 1.2.4.
feels natural to add a preset to the regex manager preset for updating renovate configuration itself.
what do you think?
All reactions