Skip to content
Snippets Groups Projects
Unverified Commit e485b626 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

docs: fix managers/languages typo

parent 0ccbb9e7
No related branches found
Tags 24.45.1
No related merge requests found
...@@ -133,7 +133,8 @@ This is used to alter `commitMessage` and `prTitle` without needing to copy/past ...@@ -133,7 +133,8 @@ This is used to alter `commitMessage` and `prTitle` without needing to copy/past
## compatibility ## compatibility
This is used to restrict which versions are possible to upgrade to based on their language support. This is used to restrict which versions are possible to upgrade to based on their language support.
For now this only support `python`, other languages would be added in the future. For now this only support `python`, other
would be added in the future.
```json ```json
"compatibility": { "compatibility": {
...@@ -516,7 +517,7 @@ Use this field to restrict rules to a particular language. e.g. ...@@ -516,7 +517,7 @@ Use this field to restrict rules to a particular language. e.g.
``` ```
"packageRules": [{ "packageRules": [{
"packageNames": ["request"], "packageNames": ["request"],
"managers": ["python"], "languages": ["python"],
"enabled": false "enabled": false
}] }]
``` ```
......
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