Michael Kriese

Results 989 comments of Michael Kriese

I'm confused about the failing docker tests

In general yes, but I hope we don't need to pass the CommitMessage instance around. I hope it can be used in a single function where the message is currently...

@pret-a-porter Needs revert do to bugs. Please check / fix the issue and open a new PR.

For this we would need to make the renovate git layer git-lfs aware.

@oschwald Can you prepare a minimal public reproduction repo? So we have something to test against it.

I think this needs a new repo config options to configure files (minimatch / wildcard) to checkout with git lfs. By default git lfs should be disabled.

We still need to define if it will be always enabled? That way i assume it will always automatically checkout all lfs files. So we don't like to have that....

Instead of fully disabling git lfs by default i like to now some common `lfs.fetchexclude` and /or `lfs.fetchinclude` settings for renovate to make this work for most users. I plan...

So renovate defaults would be: ```js { allowGitLfs: true, gitLfsInclude: '.yarn,yarn.lock,**/package-lock.json', gitLfsExclude: undefined, } ``` `allowGitLfs: false` would override includes to `undefiend` and excludes to `*`. Any other files to...