We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
all
No response
When dependabot commits files, it ignores gitattributes settings for git lfs. Creates file are written as-is, without lfs.
A simplest thing to reproduce would be to use yarn 4 with offline installs.
yarn
git lfs install
git lfs track '*.zip'
package.json
yarn init
yarn set version berry
yarn config set enableGlobalCache false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Package ecosystem
all
Package manager version
No response
Language version
No response
Manifest location and content before the Dependabot update
No response
dependabot.yml content
No response
Updated dependency
No response
What you expected to see, versus what you actually saw
When dependabot commits files, it ignores gitattributes settings for git lfs. Creates file are written as-is, without lfs.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
No response
Smallest manifest that reproduces the issue
A simplest thing to reproduce would be to use
yarn
4 with offline installs.git lfs install
git lfs track '*.zip'
package.json
usingyarn init
yarn set version berry
yarn config set enableGlobalCache false
The text was updated successfully, but these errors were encountered: