Skip to content

Commit

Permalink
docs(managers): remove reference to removed languages (#23177)
Browse files Browse the repository at this point in the history
  • Loading branch information
secustor authored Jul 5, 2023
1 parent dbe5f09 commit 69652bb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/usage/modules/manager/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,6 @@ To disable a specific manager like `gradle`, do this:
}
```

To disable all managers within a language like `python`, do this:

```json
{
"python": {
"enabled": false
}
}
```

Only languages declared by a Renovate manager are supported.
Please check the [list of supported managers](https://docs.renovatebot.com/modules/manager/#supported-managers).

#### Limiting enabled managers
Expand Down

0 comments on commit 69652bb

Please sign in to comment.