Skip to content
Snippets Groups Projects
Unverified Commit aa9b3469 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs: improve manager docs (#8869)

parent fd276e43
No related branches found
No related tags found
No related merge requests found
...@@ -50,13 +50,13 @@ If a manager matches a file that you _don't_ want it to, ignore it using the `ig ...@@ -50,13 +50,13 @@ If a manager matches a file that you _don't_ want it to, ignore it using the `ig
Also, if you ever find that Renovate is _not_ matching a file name that you're certain it should, check your preset config isn't the cause of it. Also, if you ever find that Renovate is _not_ matching a file name that you're certain it should, check your preset config isn't the cause of it.
The `config:base` preset ignores common test and example directory names, for example. The `config:base` preset ignores common test and example directory names, for example.
### Enabling and Disabling Managers ### Enabling and disabling managers
#### Enabling experimental managers #### Enabling experimental managers
Most managers are enabled by default. Most managers are enabled by default.
For those that aren't, typically because they are considered experimental, you can enable them opt-in. For those that aren't, typically because they are considered experimental, you can opt-in manually.
For example, if there was a manager called `some-new-manager` then you could enable it this way: If there was a manager called `some-new-manager` you would enable it like this:
```json ```json
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment