Michael Kriese

Results 952 comments of Michael Kriese

remove all unrelated renovate config options and add current and expected behavior to the repo readme

did you read / tested this? https://docs.renovatebot.com/configuration-options/#npmrcmerge your registry urls need to have a trailing slash in npmrc files. like you did in renovate config

just add another newline after the token. npm is a little bit strict about it.

`echo` will add a final newline. we've partial fixed by adding final newlines to npmrc but it seems not easily solvable. we suggest to use hostrules instead of npmtoken. @rarkins...

it seems there is an open conversation which needs @rarkins input

i think a config migration PR should be immortal. @rarkins WDYT?

but wasn't the plan to remove old migration code from renovate when all repos are migrated some time in future? if we allow to ignore those migrations, we will break...

They can disable config migrations already (when it's enabled by default some time in future), that would block new PR too 🤷‍♂️

Add a description and a link to the PR body how to disable?