From e485b6269095b83f7ae0e243528a69d6ca792057 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Mon, 17 Dec 2018 10:44:34 +0100 Subject: [PATCH] docs: fix managers/languages typo --- website/docs/configuration-options.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/docs/configuration-options.md b/website/docs/configuration-options.md index 24d49e5ef9..2a4ca5c338 100644 --- a/website/docs/configuration-options.md +++ b/website/docs/configuration-options.md @@ -133,7 +133,8 @@ This is used to alter `commitMessage` and `prTitle` without needing to copy/past ## compatibility 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 "compatibility": { @@ -516,7 +517,7 @@ Use this field to restrict rules to a particular language. e.g. ``` "packageRules": [{ "packageNames": ["request"], - "managers": ["python"], + "languages": ["python"], "enabled": false }] ``` -- GitLab