-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add git lfs admin option #10748
Conversation
/cc @fgblomqvist |
@rarkins I think this can be a breaking for some users, if they use git-lfs. Should we enable it by default to not break? or auto enable with a warning when |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docs need to explain better what the reader should do to get things working. 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it'll be fine without any warnings, since the docs do mention that you need to configure gitNoVerify
as well.
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
d8fbd37
to
bebde38
Compare
I've now implemented all required configuration for git-lfs to work. It's also enabled by default so for most people it's a non breaking. It's only breaking for self-hosted users who need to override the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some improvements to the wording. 😉
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
docs/usage/configuration-options.md
Outdated
|
||
Ignore the default project level approval(s), so that Renovate bot can automerge its merge requests, without needing approval(s). | ||
Under the hood, it creates a MR-level approval rule where `approvals_required` is set to `0`. | ||
This option works only when `automerge=true`, `automergeType=pr` and `gitLabAutomerge=true`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This option works only when `automerge=true`, `automergeType=pr` and `gitLabAutomerge=true`. | |
To use `gitLabIgnoreApprovals` you need to set `automerge=true`, `automergeType=pr` and `gitLabAutomerge=true`. |
Maybe this is clearer?
@viceice should we close this for now? |
No, i like to move this forward. |
Is there a chance for renovate to support git-lfs eventually? |
Closing due to staleness |
Changes:
This add a git lfs admin option, which is disabled by default. It suppress pulling lfs objects on clone / fetch / pull.
Context:
this is a preparation for #6842
Documentation (please check one with an [x])
How I've tested my work (please tick one)
I have verified these changes via: