Skip to content
Snippets Groups Projects
Commit 585a4b99 authored by Hutson Betts's avatar Hutson Betts Committed by Rhys Arkins
Browse files

docs: fix formatting for configuration options (#1800)

parent 49246a75
No related branches found
No related tags found
No related merge requests found
......@@ -303,10 +303,11 @@ This works for both managers (e.g. npm, circleci, nvm, etc) as well as "parent"
Example:
````json
```json
{
"enabledManagers": ["npm"]
}
```
## encrypted
......@@ -408,7 +409,7 @@ By default, Renovate will "slugify" the groupName to determine the branch name.
```json
"groupName": "eslint packages",
"groupSlug": "eslint"
````
```
And then the branchName would be `renovate/eslint` instead.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment