Local platform mode that applies update the the current working directory #36764
GiuseppeIII
started this conversation in
Suggest an Idea
Replies: 1 comment
-
|
Discovered using When I ran it, my default config doesn't mention rebasing, which makes In an attempt to silence these messages on a whim I set --rebaseWhen="never" in the cli options passed for running the dry run. Doing so silenced the errors, however I still believe this is a bug where |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
When running renovate with
RENOVATE_PLATFORM=localit would be nice if there would be some way to have whatever changes would normally be made, added to the current working directory (or to a local branch, but that seems to be getting away from platform local and closer to a local mode for a given platform). This would be useful not just for testing, but also when trying to update dependencies locally instead of using each tools own update methods.I thought
might allow this, but this errors with
"message": "Cannot sync git when platform=local",Beta Was this translation helpful? Give feedback.
All reactions