Running in local mode does really strange things #35042
Replies: 4 comments 2 replies
-
|
When running |
Beta Was this translation helpful? Give feedback.
-
|
Related: #36764 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.
-
|
@jamietanna Seems you are very actively working on Renovate now. Would love to get your feedback/insights on this question. Basically I want to
I checked today my above attempt and I still get the above mentioned effect with the current version. |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, This is intended as a polite, automated request that users avoid We know it might be common elsewhere but we participate in hundreds of discussions a week and would need to turn off GitHub mobile notifications if we were mentioned in every one. As a general rule, we will read and respond to all discussions in this repository, so there is no need to mention us. Thanks, the Renovate team |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
Renovate 39.219.2 using local mode
Please tell us more about your question or problem
I have created a script (see below) to locally run Renovate using docker so I can get the pending updates for my repo.
I'm using a docker based route to avoid the need to install any special tools (like npm which I really never use).
The problem is that I know there are changes due yet running renovate in local mode does not output anything to be changed. I know it does
dryrun=lookupbut I still should get some console output about changes due.When running it in a
dryrun=fullmode I get errors about not being able to create branches which is REALLY strange because I do not expect dryRun to create anything.The script I created which mainly does things to set the permissions right and ensures mounting the dirtectory in the docker container works as expected:
Logs (if relevant)
Output when running renovate --platform=local
Beta Was this translation helpful? Give feedback.
All reactions