mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
docs: start off bundler readme.md (#2867)
This commit is contained in:
parent
8c87922116
commit
ea37301301
1 changed files with 16 additions and 0 deletions
|
@ -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?
|
||||||
|
|
Loading…
Reference in a new issue