docs: start off bundler readme.md (#2867)

This commit is contained in:
Rhys Arkins 2018-11-27 07:40:24 +01:00 committed by GitHub
parent 8c87922116
commit ea37301301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,31 +1,47 @@
# Work in Progress
## Overview ## Overview
#### Name of package manager #### Name of package manager
[Bundler](https://bundler.io/)
--- ---
#### What language does this support? #### What language does this support?
Ruby
--- ---
#### Does that language have other (competing?) package managers? #### Does that language have other (competing?) package managers?
No mainstream
## Package File Detection ## Package File Detection
#### What type of package files and names does it use? #### What type of package files and names does it use?
"Gemfiles", usually named `Gemfile`.
--- ---
#### What [fileMatch](https://renovatebot.com/docs/configuration-options/#filematch) pattern(s) should be used? #### What [fileMatch](https://renovatebot.com/docs/configuration-options/#filematch) pattern(s) should be used?
`["(^|/)Gemfile$]`
--- ---
#### Is it likely that many users would need to extend this pattern for custom file names? #### Is it likely that many users would need to extend this pattern for custom file names?
It's possible, but not a common case.
--- ---
#### Is the fileMatch pattern likely to get many "false hits" for files that have nothing to do with package management? #### Is the fileMatch pattern likely to get many "false hits" for files that have nothing to do with package management?
No
## Parsing and Extraction ## Parsing and Extraction
#### Can package files have "local" links to each other that need to be resolved? #### Can package files have "local" links to each other that need to be resolved?