mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
docs: fix default values for managers
This commit is contained in:
parent
f408d582e8
commit
9917b603cf
1 changed files with 36 additions and 32 deletions
|
@ -110,9 +110,9 @@ It's possible to add this setting into the `renovate.json` file as part of the "
|
|||
Configuration specific for bazel WORKSPACE updates.
|
||||
|
||||
| name | value |
|
||||
| ------- | ----------------- |
|
||||
| ------- | ------ |
|
||||
| type | object |
|
||||
| default | { enabled: true } |
|
||||
| default | {} |
|
||||
|
||||
## branchName
|
||||
|
||||
|
@ -164,9 +164,10 @@ Set this value to 'patch', 'minor' or 'major' to have Renovate update the versio
|
|||
Configuration object for CircleCI yaml file renovation. Also inherits settings from `docker` object.
|
||||
|
||||
| name | value |
|
||||
| ------- | ----------------- |
|
||||
| ------------- | ------ |
|
||||
| type | object |
|
||||
| default | { enabled: true } |
|
||||
| default | {} |
|
||||
| parentManager | docker |
|
||||
|
||||
## commitBody
|
||||
|
||||
|
@ -309,18 +310,19 @@ Add to this object if you wish to define rules that apply only to PRs that pin D
|
|||
Configuration specific for Dockerfile updates.
|
||||
|
||||
| name | value |
|
||||
| ------- | --------------------------------------------- |
|
||||
| ------- | ------------------------------ |
|
||||
| type | object |
|
||||
| default | { enabled: true, major: { enabled: false }, } |
|
||||
| default | { major: { enabled: false }, } |
|
||||
|
||||
## docker-compose
|
||||
|
||||
Configuration object for Docker Compose yaml file renovation. Also inherits settings from `docker` object.
|
||||
|
||||
| name | value |
|
||||
| ------- | ----------------- |
|
||||
| ------------- | ------ |
|
||||
| type | object |
|
||||
| default | { enabled: true } |
|
||||
| default | {} |
|
||||
| parentManager | docker |
|
||||
|
||||
## enabled
|
||||
|
||||
|
@ -621,9 +623,9 @@ This value defaults to empty string, as historically no prefix was necessary for
|
|||
Configuration specific for meteor updates.
|
||||
|
||||
| name | value |
|
||||
| ------- | ------------------ |
|
||||
| ------- | ------ |
|
||||
| type | object |
|
||||
| default | { enabled: false } |
|
||||
| default | {} |
|
||||
|
||||
Set enabled to `true` to enable meteor package updating.
|
||||
|
||||
|
@ -665,9 +667,9 @@ Check out our [Node.js documentation](https://renovateapp.com/docs/language-supp
|
|||
Configuration specific for npm dependency updates (`package.json`).
|
||||
|
||||
| name | value |
|
||||
| ------- | ----------------- |
|
||||
| ------- | ------ |
|
||||
| type | object |
|
||||
| default | { enabled: true } |
|
||||
| default | {} |
|
||||
|
||||
## npmToken
|
||||
|
||||
|
@ -696,9 +698,10 @@ See https://renovateapp.com/docs/deep-dives/private-modules for details on how t
|
|||
Configuration specific for `.nvmrc` files.
|
||||
|
||||
| name | value |
|
||||
| ------- | ----------------- |
|
||||
| ------------- | ------ |
|
||||
| type | object |
|
||||
| default | { enabled: true } |
|
||||
| default | { } |
|
||||
| parentManager | node |
|
||||
|
||||
For settings common to all node.js version updates (e.g. travis, nvm, etc) you can use the `node` object instead.
|
||||
|
||||
|
@ -1191,9 +1194,10 @@ It is only recommended to set this field if you wish to use the `schedules` feat
|
|||
Configuration specific for `.travis.yml` files.
|
||||
|
||||
| name | value |
|
||||
| ------- | ------------------ |
|
||||
| ------------- | ------------------ |
|
||||
| type | object |
|
||||
| default | { enabled: false } |
|
||||
| parentManager | node |
|
||||
|
||||
For settings common to all node.js version updates (e.g. travis, nvm, etc) you can use the `node` object instead.
|
||||
|
||||
|
|
Loading…
Reference in a new issue